StateServiceApplication.CanIssueNewSession Property
Namespace: Microsoft.Office.Server.Administration
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property CanIssueNewSession As Boolean
Get
'Usage
Dim instance As StateServiceApplication
Dim value As Boolean
value = instance.CanIssueNewSession
public bool CanIssueNewSession { get; }
Property Value
Type: System.Boolean