C-DEngine 5.105

TheProcessMessage..::..CurrentUserID Property

ID of the Current user associated with this Message

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Guid CurrentUserID { get; set; }
Public Property CurrentUserID As Guid
	Get
	Set
public:
property Guid^ CurrentUserID {
	Guid^ get ();
	void set (Guid^ value);
}