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.
Gets or sets an array of levels in the derived hierarchy.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DerivedHierarchyLevel ^> ^ Levels { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DerivedHierarchyLevel ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DerivedHierarchyLevel ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.DerivedHierarchyLevel> Levels { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Levels : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.DerivedHierarchyLevel> with get, set
Public Property Levels As Collection(Of DerivedHierarchyLevel)
Property Value
A collection of type DerivedHierarchyLevel.
- Attributes