DerivedHierarchy.Levels Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define uma matriz de níveis na hierarquia derivada.
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)
Valor da propriedade
Uma coleção do tipo DerivedHierarchyLevel.
- Atributos