ExportView.DerivedHierarchyId 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 the ID of the derived hierarhcy queried by the export view.
public:
property Microsoft::MasterDataServices::Identifier ^ DerivedHierarchyId { Microsoft::MasterDataServices::Identifier ^ get(); void set(Microsoft::MasterDataServices::Identifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Identifier DerivedHierarchyId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.DerivedHierarchyId : Microsoft.MasterDataServices.Identifier with get, set
Public Property DerivedHierarchyId As Identifier
Property Value
A new instance of type Identifier.
- Attributes
Remarks
This is only populated for view formats specific to derived hierarchies.