XmlSchemaAnnotated.Id 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 l'ID de chaîne.
public:
property System::String ^ Id { System::String ^ get(); void set(System::String ^ value); };
public string? Id { get; set; }
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String
Valeur de propriété
ID de chaîne. La valeur par défaut est String.Empty
. Optionnel.
Remarques
La valeur d’ID doit être de type ID
et être unique dans le document contenant cet élément.
Optionnel.