Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the identifier of an explicit hierarchy (for Move transactions).
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ExplicitHierarchyId As Identifier
Get
Set
'Utilizzo
Dim instance As TransactionSearchCriteria
Dim value As Identifier
value = instance.ExplicitHierarchyId
instance.ExplicitHierarchyId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier ExplicitHierarchyId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ ExplicitHierarchyId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ExplicitHierarchyId : Identifier with get, set
function get ExplicitHierarchyId () : Identifier
function set ExplicitHierarchyId (value : Identifier)
Valore proprietà
Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of an explicit hierarchy.
Vedere anche
Riferimento
TransactionSearchCriteria Classe
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts