Member.Parents 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 un tableau qui inclut les parents du membre provenant de hiérarchies explicites.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Parent ^> ^ Parents { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Parent ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Parent ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Parent> Parents { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Parents : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Parent> with get, set
Public Property Parents As Collection(Of Parent)
Valeur de propriété
Collection de type Parent.
- Attributs