Share via


Entity.GetMethodInstances method

Gets the collection of MethodInstance objects for a given MethodInstance type.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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

Return value

Type: Microsoft.SharePoint.BusinessData.Administration.MethodInstanceCollection
The collection of MethodInstance objects for a given MethodInstance type.

See also

Reference

Entity class

Entity members

Microsoft.SharePoint.BusinessData.Administration namespace