AfterAddSessionEventArgs.IsGlobalSession Field
Contains a Boolean value that specifies if the session is global.
Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)
Usage
'Usage
Dim instance As AfterAddSessionEventArgs
Dim value As Boolean
value = instance.IsGlobalSession
instance.IsGlobalSession = value
Syntax
'Declaration
Public IsGlobalSession As Boolean
public bool IsGlobalSession
public:
bool IsGlobalSession
public boolean IsGlobalSession
public var IsGlobalSession : boolean
Platforms
See Also
Reference
AfterAddSessionEventArgs Class
AfterAddSessionEventArgs Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.