DerivedHierarchy.Levels Property

Definition

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

Applies to