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 collection of parameters of this method.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As ParameterCollection
Get
'Usage
Dim instance As Method
Dim value As ParameterCollection
value = instance.Parameters
public ParameterCollection Parameters { get; }
Property Value
Type: Microsoft.SharePoint.BusinessData.Administration.ParameterCollection
The collection of Parameter objects.
Examples
Code Snippet: Create an External Content Type Using the Administration Object Model