If set, the global manager will use this value for finding the correct ISiteManager

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public string SessionId { get; set; }
Visual Basic
Public Property SessionId As String
	Get
	Set
Visual C++
public:
property String^ SessionId {
	String^ get ();
	void set (String^ value);
}

See Also