NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ParameterBuilder Properties

The properties of the ParameterBuilder class are listed below. For a complete list of ParameterBuilder class members, see the ParameterBuilder Members topic.

Public:

Attributes Retrieves the attributes for this parameter.
IsIn Retrieves whether this is an input parameter.
IsOptional Retrieves whether this parameter is optional.
IsOut Retrieves whether this parameter is an output parameter.
Name Retrieves the name of this parameter.
Position Retrieves the signature position for this parameter.

See Also

ParameterBuilder Class | System.Reflection.Emit Namespace