RemoteArgument.StringValue Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
.