C-DEngine 5.105

TheClientInfo..::..UserID Property

User ID Issuing the Request

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

Syntax


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