C-DEngine 5.105

TheSessionState..::..CustomData Property

Custom data (string) to be stored with this session

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

Syntax


public string CustomData { get; set; }
Public Property CustomData As String
	Get
	Set
public:
property String^ CustomData {
	String^ get ();
	void set (String^ value);
}