Method.Parameters property

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

See also

Reference

Method class

Method members

Microsoft.SharePoint.BusinessData.Administration namespace