AttributeRequestMessage.Attribute 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 paramètre wattr du message.
public:
property System::String ^ Attribute { System::String ^ get(); void set(System::String ^ value); };
public string Attribute { get; set; }
member this.Attribute : string with get, set
Public Property Attribute As String
Valeur de propriété
Chaîne qui contient la valeur du paramètre wattr.
Remarques
Définissez sur null ou une chaîne vide pour supprimer le paramètre wattr du message.