Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a transaction identifier.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property TransactionId As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As TransactionSearchCriteria
Dim value As Nullable(Of Integer)
value = instance.TransactionId
instance.TransactionId = value
[DataMemberAttribute(IsRequired = false)]
public Nullable<int> TransactionId { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property Nullable<int> TransactionId {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(IsRequired = false)>]
member TransactionId : Nullable<int> with get, set
function get TransactionId () : Nullable<int>
function set TransactionId (value : Nullable<int>)
Eigenschaftswert
Typ: System.Nullable<Int32>
A transaction identifier.
Siehe auch
Verweis
TransactionSearchCriteria Klasse
Microsoft.MasterDataServices.Services.DataContracts-Namespace