Method.GetInputParameters Method
Gets the input parameters for this method.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetInputParameters As ParameterCollection
'Usage
Dim instance As Method
Dim returnValue As ParameterCollection
returnValue = instance.GetInputParameters()
public ParameterCollection GetInputParameters()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.ParameterCollection
A ParameterCollection object.
Remarks
Returns all the Parameters except for the Parameter with directionType Return.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace