RemoteParameterData.IsByRef Field

Definition

Indicates whether this RemoteParameterData describes a method parameter that is passed by reference.

public: bool IsByRef;
public bool IsByRef;
val mutable IsByRef : bool
Public IsByRef As Boolean 

Field Value

Remarks

The value of this field is true if this RemoteParameterData describes a method parameter that is passed by reference; otherwise, the value of this field is false.

Applies to