RemoteArgument.StringValue Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le StringRemoteArgument représentant.
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
Valeur de propriété
String représente RemoteArgument ; null si la valeur de l’objet RemoteArgument n’a pas encore été spécifiée.
Exceptions
La RemoteArgumentKind propriété n’est pas définie sur la Intrinsic valeur.
-ou-
La TypeCode propriété n’est pas définie sur la String valeur.
-ou-
Cette propriété est définie pendant que la IsByRef propriété est false.