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.
Attention
Explicit hierarchies are deprecated
Spécifie les parents du membre.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Parent ^> ^ Parents { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Parent ^> ^ get(); };
[System.Obsolete("Explicit hierarchies are deprecated")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Parent> Parents { get; }
[<System.Obsolete("Explicit hierarchies are deprecated")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Parents : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Parent>
Public ReadOnly Property Parents As Collection(Of Parent)
Valeur de propriété
Parents du membre.
- Attributs