BdcWebService.GetMethodInstancesForEntity Method
NOTE: This API is now obsolete.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.ApplicationRegistry.WebService
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebMethodAttribute> _
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Function GetMethodInstancesForEntity ( _
entityId As UInteger _
) As MethodInstanceStruct()
'Usage
Dim instance As BdcWebService
Dim entityId As UInteger
Dim returnValue As MethodInstanceStruct()
returnValue = instance.GetMethodInstancesForEntity(entityId)
[WebMethodAttribute]
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public MethodInstanceStruct[] GetMethodInstancesForEntity(
uint entityId
)
Parameters
entityId
Type: System.UInt32..
Return Value
Type: []
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.WebService Namespace