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

Retrieves whether this is an input parameter.

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

Property Value

Read-only. Retrieves whether this is an input parameter.

Remarks

This method depends on an optional metadata flag. This flag may be inserted by compilers, but the compilers are not obligated to do so.

See Also

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