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.IsOptional

Retrieves whether this parameter is optional.

[Visual Basic]
Public ReadOnly Property IsOptional As Boolean
[C#]
public bool IsOptional {get;}
[C++]
public: __property bool get_IsOptional();
[JScript]
public function get IsOptional() : Boolean;

Property Value

Read-only. Retrieves whether this parameter is optional.

See Also

ParameterBuilder Class | ParameterBuilder Members | System.Reflection.Emit Namespace