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 collection of MethodInstance objects for a given MethodInstance type.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Function GetMethodInstances ( _
methodInstanceType As MethodInstanceType _
) As MethodInstanceCollection
'Usage
Dim instance As Entity
Dim methodInstanceType As MethodInstanceType
Dim returnValue As MethodInstanceCollection
returnValue = instance.GetMethodInstances(methodInstanceType)
public MethodInstanceCollection GetMethodInstances(
MethodInstanceType methodInstanceType
)
Parameters
methodInstanceType
Type: Microsoft.BusinessData.MetadataModel.MethodInstanceTypeThe given MethodInstance type.
Return Value
Type: Microsoft.SharePoint.BusinessData.Administration.Client.MethodInstanceCollection
The collection of MethodInstance objects for a given MethodInstance type.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace