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