Gets or sets the ID property value representing who last edited the user.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public Nullable<int> ModifiedByID { get; set; }
Visual Basic
Public Property ModifiedByID As Nullable(Of Integer)
	Get
	Set
Visual C++
public:
property Nullable<int> ModifiedByID {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

Remarks

Used as recipient info in Transmittal Management Module.

See Also