ParameterBuilder Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ParameterBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attributes | Gets the attributes for this parameter. |
|
IsIn | Gets a value that indicates whether this is an input parameter. |
|
IsOptional | Gets a value that indicates whether this parameter is optional. |
|
IsOut | Gets a value that indicates whether this parameter is an output parameter. |
|
Name | Gets the name of this parameter. |
|
Position | Gets the signature position for this parameter. |
Show: