C-DEngine 5.105

TheSessionState..::..RunID Property

Contains the SessionID. Used by Web Relay

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

Syntax


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