RemoteArgument.IsByRef Proprietà

Definizione

Ottiene o imposta un valore che indica se RemoteArgument rappresenta un argomento passato dal 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 se RemoteArgument rappresenta un argomento passato per riferimento, in caso contrario false.

Si applica a