BdcServiceApplicationProxy.GetServiceApplicationId Method
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