BCFSObjectModifiedBy Property |
Gets or sets the name of the person who last edited the object.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public string ModifiedBy { get; set; }
Public Property ModifiedBy As String
Get
Set
public:
property String^ ModifiedBy {
String^ get ();
void set (String^ value);
}
member ModifiedBy : string with get, set
Property Value
Type:
StringSee Also