BCFSObjectModifiedBy Property |
Gets or sets the name of the person who last edited the object.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.25.0)
Syntaxpublic 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:
String
See Also