StagingBatchError.HierarchyId Property

Definition

Gets or sets the ID of the hierarchy that is being updated.

public:
 property Microsoft::MasterDataServices::Identifier ^ HierarchyId { Microsoft::MasterDataServices::Identifier ^ get(); void set(Microsoft::MasterDataServices::Identifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Identifier HierarchyId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.HierarchyId : Microsoft.MasterDataServices.Identifier with get, set
Public Property HierarchyId As Identifier

Property Value

A new instance of type Identifier.

Attributes

Remarks

StagingBatchError is only applicable to hierarchy parent or sibling updates.

Applies to