WebPartVerb.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 une chaîne qui contient un ID unique pour un verbe.
public:
property System::String ^ ID { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string ID { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ID : string
Public ReadOnly Property ID As String
Valeur de propriété
Chaîne qui contient l'ID d'un WebPartVerb.
- Attributs
Remarques
La valeur de la propriété ID doit être spécifiée en tant que paramètre lors de l’appel de l’une des surcharges du WebPartVerb constructeur pour la WebPartVerb classe.