ISharedServiceApplication.ApplicationClassId Property
Gets the class identifier of this application instance.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
ReadOnly Property ApplicationClassId As Guid
Get
'Usage
Dim instance As ISharedServiceApplication
Dim value As Guid
value = instance.ApplicationClassId
Guid ApplicationClassId { get; }
Property Value
Type: System.Guid
A Guid that is the class identifier of this application.
See Also
Reference
ISharedServiceApplication Interface