Share via


Entity.MethodInstances Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property MethodInstances As MethodInstanceCollection
    Get
'Usage
Dim instance As Entity
Dim value As MethodInstanceCollection

value = instance.MethodInstances
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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