RemoteArgument.StringValue Proprietà

Definizione

Ottiene o imposta l'oggetto String rappresentato da 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 è stato ancora specificato.

Eccezioni

La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.

-oppure-

La proprietà TypeCode non è impostata sul valore String.

-oppure-

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

Si applica a