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!

Type.IsByRef

Gets a value indicating whether the Type is passed by reference.

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

Property Value

true if the Type is passed by reference; otherwise, false.

See Also

Type Class | Type Members | System Namespace | IsByRefImpl