BdcServiceApplication.ApplicationClassId Property

Gets the unique class identifier for this application instance.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ApplicationClassId As Guid
    Get
'Usage
Dim instance As BdcServiceApplication
Dim value As Guid

value = instance.ApplicationClassId
public override Guid ApplicationClassId { get; }

Property Value

Type: System.Guid
The unique class identifier for this application instance.

See Also

Reference

BdcServiceApplication Class

BdcServiceApplication Members

Microsoft.SharePoint.BusinessData.SharedService Namespace