Metadata.DerivedHierarchyLevels 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.
Spécifie la DerivedHierarchyLevel liste.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::DerivedHierarchyLevel ^> ^ DerivedHierarchyLevels { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::DerivedHierarchyLevel ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchyLevel> DerivedHierarchyLevels { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.DerivedHierarchyLevels : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchyLevel>
Public ReadOnly Property DerivedHierarchyLevels As Collection(Of DerivedHierarchyLevel)
Valeur de propriété
Liste DerivedHierarchyLevel.
- Attributs