AfterAddSessionEventArgs Constructor
Initializes a new instance of the AfterAddSessionEventArgs class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)
Usage
'Usage
Dim isGlobalSession As Boolean
Dim instance As New AfterAddSessionEventArgs(isGlobalSession)
Syntax
'Declaration
Public Sub New ( _
isGlobalSession As Boolean _
)
public AfterAddSessionEventArgs (
bool isGlobalSession
)
public:
AfterAddSessionEventArgs (
bool isGlobalSession
)
public AfterAddSessionEventArgs (
boolean isGlobalSession
)
public function AfterAddSessionEventArgs (
isGlobalSession : boolean
)
Parameters
- isGlobalSession
Contains a Boolean value that specifies if the session is global.
Remarks
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.