DerivedHierarchy.Levels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the list of Levels contained in the derived hierarchy.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::DerivedHierarchyLevel ^> ^ Levels { 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> Levels { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.Levels : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchyLevel>
Public ReadOnly Property Levels As Collection(Of DerivedHierarchyLevel)
Property Value
The list of DerivedHierarchyLevel contained in the derived hierarchy.
- Attributes