Share via


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