C-DEngine 5.105

TheSessionState..::..CID Property

Current User ID logged in and associated with this Session State

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

Syntax


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