Entity.MethodInstances property

Gets the MethodInstance objects collection.

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 Entity
Dim value As MethodInstanceCollection

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

Property value

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

See also

Reference

Entity class

Entity members

Microsoft.SharePoint.BusinessData.Administration namespace