RemoteArgument.IsByRef Proprietà

Definizione

Ottiene o imposta un valore che indica se rappresenta RemoteArgument un argomento passato per riferimento.

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

Valore della proprietà

true RemoteArgument se rappresenta un argomento passato per riferimento; in caso contrario, false.

Si applica a