Gets or sets the ID property value representing who added 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> AddedByID { get; set; }
Public Property AddedByID As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> AddedByID {
Nullable<int> get ();
void set (Nullable<int> value);
}
member AddedByID : Nullable<int> with get, set
Property Value
Type:
NullableInt32Remarks
Used as recipient info in Transmittal Management Module.
See Also