TransactionSearchCriteria.ExplicitHierarchyId 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 explicit hierarchy identifier.
public:
property Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ ExplicitHierarchyId { Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ value); };
[System.Obsolete("Explicit hierarchies are deprecated")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.Identifier ExplicitHierarchyId { get; set; }
[<System.Obsolete("Explicit hierarchies are deprecated")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ExplicitHierarchyId : Microsoft.MasterDataServices.Services.DataContracts.Identifier with get, set
Public Property ExplicitHierarchyId As Identifier
Property Value
The explicit hierarchy identifier.
- Attributes