RemoteArgument.StringValue Propriedade

Definição

Obtém ou define o String que representa 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

Valor da propriedade

O String que o RemoteArgument representa; null se o valor do RemoteArgument ainda não tiver sido especificado.

Exceções

A RemoteArgumentKind propriedade não é definida como o Intrinsic valor.

-ou-

A TypeCode propriedade não é definida como o String valor.

-ou-

Essa propriedade é definida enquanto a IsByRef propriedade é false.

Aplica-se a