RemoteArgument.StringValue Proprietà

Definizione

Ottiene o imposta l'oggetto String rappresentato dall'oggetto RemoteArgument .

public:
 property System::String ^ StringValue { System::String ^ get(); void set(System::String ^ value); };
public string StringValue { get; set; }
member this.StringValue : string with get, set
Public Property StringValue As String

Valore della proprietà

Oggetto String rappresentato da RemoteArgument ; null se il valore di RemoteArgument non è ancora stato specificato.

Eccezioni

La RemoteArgumentKind proprietà non è impostata sul Intrinsic valore .

oppure

La TypeCode proprietà non è impostata sul String valore .

oppure

Questa proprietà viene impostata mentre la IsByRef proprietà è false.

Si applica a