Session.Global Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a bool indicating if this is a global session, that is one that is not tied to a customer.
public:
virtual property bool Global { bool get(); };
public virtual bool Global { get; }
member this.Global : bool
Public Overridable ReadOnly Property Global As Boolean