Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets an array of levels in the derived hierarchy.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Levels As Collection(Of DerivedHierarchyLevel)
Get
Set
'Usage
Dim instance As DerivedHierarchy
Dim value As Collection(Of DerivedHierarchyLevel)
value = instance.Levels
instance.Levels = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<DerivedHierarchyLevel> Levels { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<DerivedHierarchyLevel^>^ Levels {
Collection<DerivedHierarchyLevel^>^ get ();
void set (Collection<DerivedHierarchyLevel^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Levels : Collection<DerivedHierarchyLevel> with get, set
function get Levels () : Collection<DerivedHierarchyLevel>
function set Levels (value : Collection<DerivedHierarchyLevel>)
Property Value
Type: System.Collections.ObjectModel.Collection<DerivedHierarchyLevel>
A collection of type DerivedHierarchyLevel.