SecureStoreServiceApplication.ApplicationClassId Property
Gets the globally unique identifier (GUID) that represents the application class ID.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ApplicationClassId As Guid
Get
'Usage
Dim instance As SecureStoreServiceApplication
Dim value As Guid
value = instance.ApplicationClassId
public override Guid ApplicationClassId { get; }
Property Value
Type: System.Guid
A GUID that represents the application class ID.
See Also
Reference
SecureStoreServiceApplication Class