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 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.