Partilhar via


Propriedade do RDL ValidationIssue.HierarchyId

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property HierarchyId As Identifier 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

ValidationIssue Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts