Metadata.ExplicitHierarchies 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.
Caution
Explicit hierarchies are deprecated
Specifies the ExplicitHierarchy list.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::ExplicitHierarchy ^> ^ ExplicitHierarchies { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::ExplicitHierarchy ^> ^ get(); };
[System.Obsolete("Explicit hierarchies are deprecated")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.ExplicitHierarchy> ExplicitHierarchies { get; }
[<System.Obsolete("Explicit hierarchies are deprecated")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.ExplicitHierarchies : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.ExplicitHierarchy>
Public ReadOnly Property ExplicitHierarchies As Collection(Of ExplicitHierarchy)
Property Value
The ExplicitHierarchy list.
- Attributes