Transaction.ExplicitHierarchyId Property

Definition

Caution

Explicit hierarchies are deprecated.

Specifies the hierarchy the member is in.

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

Applies to