RemoteArgument.StringValue Propiedad

Definición

Obtiene o establece el String objeto que RemoteArgument representa.

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

Valor de propiedad

String que RemoteArgument representa; null si aún no se ha especificado el valor de .RemoteArgument

Excepciones

La RemoteArgumentKind propiedad no se establece en el Intrinsic valor .

O bien

La TypeCode propiedad no se establece en el String valor .

O bien

Esta propiedad se establece mientras la IsByRef propiedad es false.

Se aplica a