共用方式為


ValidationIssue.HierarchyId 屬性

Gets or sets the identifier of the hierarchy associated with the validation issue (if applicable).

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property HierarchyId As Identifier 
    Get 
    Set
'用途
Dim instance As ValidationIssue 
Dim value As Identifier 

value = instance.HierarchyId

instance.HierarchyId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier HierarchyId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ HierarchyId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member HierarchyId : Identifier with get, set
function get HierarchyId () : Identifier 
function set HierarchyId (value : Identifier)

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the hierarchy associated with the validation issue.

請參閱

參考

ValidationIssue 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間