BCUserModifiedByID Property |
Gets or sets the ID property value representing who last edited the user.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public Nullable<int> ModifiedByID { get; set; }
Public Property ModifiedByID As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> ModifiedByID {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ModifiedByID : Nullable<int> with get, set
Property Value
Type:
NullableInt32Remarks
Used as recipient info in Transmittal Management Module.
See Also