Transaction.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.
Gets or sets of the explicit hierarchy that is updated in the transaction (if applicable).
public:
property Microsoft::MasterDataServices::Identifier ^ ExplicitHierarchyId { Microsoft::MasterDataServices::Identifier ^ get(); void set(Microsoft::MasterDataServices::Identifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Identifier ExplicitHierarchyId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ExplicitHierarchyId : Microsoft.MasterDataServices.Identifier with get, set
Public Property ExplicitHierarchyId As Identifier
Property Value
A new instance of type Identifier.
- Attributes