Share via


Entity.MethodInstances Property

Gets a collection of MethodInstance objects defined for the entity in the Business Data Catalog.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.Office.Server.ApplicationRegistry.Administration.MethodInstanceCollection
A collection of MethodInstance objects.

Remarks

This is the same as getting all the Methods for this Entity and getting the MethodInstance objects for each of the Methods.

See Also

Reference

Entity Class

Entity Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace