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