TrackingExtract.Member 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.
Lors de l'implémentation dans une classe dérivée, obtient ou définit le nom du champ ou de la propriété à extraire.
public:
abstract property System::String ^ Member { System::String ^ get(); void set(System::String ^ value); };
public abstract string Member { get; set; }
member this.Member : string with get, set
Public MustOverride Property Member As String
Valeur de propriété
Nom délimité par un point d'un champ ou d'une propriété.
Remarques
Member peut être configuré pour spécifier un champ ou une propriété, un membre d'un champ ou d'une propriété, ou un élément unique d'un champ ou d'une propriété (ou l'un de ses membres) qui implémente l'interface IEnumerable. Par exemple, un élément unique dans un array
peut être spécifié.