Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the method collection of the external content type.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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.SharePoint.BusinessData.Administration.MethodCollection
The method collection.
Examples
Code Snippet: Create an External Content Type Using the Administration Object Model