Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of DerivedHierarchyLevel contained in the derived hierarchy.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Levels As Collection(Of DerivedHierarchyLevel)
Get
Friend Set
'Usage
Dim instance As DerivedHierarchy
Dim value As Collection(Of DerivedHierarchyLevel)
value = instance.Levels
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<DerivedHierarchyLevel> Levels { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Collection<DerivedHierarchyLevel^>^ Levels {
Collection<DerivedHierarchyLevel^>^ get ();
internal: void set (Collection<DerivedHierarchyLevel^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Levels : Collection<DerivedHierarchyLevel> with get, internal set
function get Levels () : Collection<DerivedHierarchyLevel>
internal function set Levels (value : Collection<DerivedHierarchyLevel>)
Property Value
Type: System.Collections.ObjectModel.Collection<DerivedHierarchyLevel>
The collection of levels contained in the derived hierarchy.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace