Method.MethodInstances Property

Gets the collection of method instances of this method.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property MethodInstances As MethodInstanceCollection
    Get
'Usage
Dim instance As Method
Dim value As MethodInstanceCollection

value = instance.MethodInstances
public MethodInstanceCollection MethodInstances { get; }

Property Value

Type: Microsoft.SharePoint.BusinessData.Administration.MethodInstanceCollection
The collection of MethodInstance objects.

Examples

Code Snippet: Create an External Content Type Using the Administration Object Model

See Also

Reference

Method Class

Method Members

Microsoft.SharePoint.BusinessData.Administration Namespace