Share via


TargetApplication.IsTicketingEnabled Method

Indicates whether the current application has ticketing enabled.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Function IsTicketingEnabled As Boolean
'Usage
Dim instance As TargetApplication
Dim returnValue As Boolean

returnValue = instance.IsTicketingEnabled()
public bool IsTicketingEnabled()

Return Value

Type: System.Boolean
true if the application currently allows tickets to be granted for the application; otherwise, false.

Remarks

If the current target application does not allow ticketing, the TicketTimeout property is invalid. Ticketing can be enabled or disabled by changing the Type.

See Also

Reference

TargetApplication Class

TargetApplication Members

Microsoft.Office.SecureStoreService.Server Namespace