Proprietà HierarchyId
Gets or sets the ID of the hierarchy that is associated with the validation issue (if applicable).
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property HierarchyId As Identifier
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.MasterDataServices. . :: . .Identifier
A new instance of type Identifier.