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

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

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

Property Value

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

See Also

Type Class | Type Members | System Namespace | IsMarshalByRefImpl