Share via


Entity.Methods Property

NOTE: This API is now obsolete.

Gets a collection of methods 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 Methods As MethodCollection
    Get
'Usage
Dim instance As Entity
Dim value As MethodCollection

value = instance.Methods
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public MethodCollection Methods { get; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.MethodCollection
A collection of methods.

Remarks

Max. methods per entity: 50

See Also

Reference

Entity Class

Entity Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace