RemoteArgument.CharValue 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 CharRemoteArgument représentant.
public:
property char CharValue { char get(); void set(char value); };
public char CharValue { get; set; }
member this.CharValue : char with get, set
Public Property CharValue As Char
Valeur de propriété
Le Char représentant RemoteArgument ; Char.MinValue si la valeur du fichier 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 Char valeur.
-ou-
Cette propriété est définie pendant que la IsByRef propriété est false.