ISharedServiceApplication.ApplicationClassId property

Gets the class identifier of this application instance.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

ISharedServiceApplication members

Microsoft.SharePoint.Administration namespace