RemoteArgument.IsByRef Property

Definition

Gets or sets a value that indicates whether the RemoteArgument represents an argument that is passed by reference.

public:
 property bool IsByRef { bool get(); void set(bool value); };
public bool IsByRef { get; set; }
member this.IsByRef : bool with get, set
Public Property IsByRef As Boolean

Property Value

true if the RemoteArgument represents an argument that is passed by reference; otherwise, false.

Applies to