Entity.Methods Property
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
Public ReadOnly Property Methods As MethodCollection
Get
'Usage
Dim instance As Entity
Dim value As MethodCollection
value = instance.Methods
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
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace