Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the unique service application identifier of the proxy.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetServiceApplicationId As Guid
'Usage
Dim instance As BdcServiceApplicationProxy
Dim returnValue As Guid
returnValue = instance.GetServiceApplicationId()
public Guid GetServiceApplicationId()
Return Value
Type: System.Guid
A GUID that contains the service application identifier of the proxy.
See Also
Reference
BdcServiceApplicationProxy Class