ParameterBuilder Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property Attributes Gets the attributes for this parameter.
Public property IsIn Gets a value that indicates whether this is an input parameter.
Public property IsOptional Gets a value that indicates whether this parameter is optional.
Public property IsOut Gets a value that indicates whether this parameter is an output parameter.
Public property Name Gets the name of this parameter.
Public property Position Gets the signature position for this parameter.
Top

Show:
© 2017 Microsoft