Error.Code 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.
Attention
Use the Number property instead
Spécifie le code d’erreur.
public:
property System::String ^ Code { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.ReadOnly(true)]
[System.Obsolete("Use the Number property instead")]
[System.Runtime.Serialization.DataMember]
public string Code { get; set; }
[<System.ComponentModel.ReadOnly(true)>]
[<System.Obsolete("Use the Number property instead")>]
[<System.Runtime.Serialization.DataMember>]
member this.Code : string with get, set
Public Property Code As String
Valeur de propriété
Code d'erreur.
- Attributs