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 the ID of the transaction to which the annotations belong.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property TransactionId As Integer
Get
Set
'Usage
Dim instance As TransactionAnnotationsGetResponse
Dim value As Integer
value = instance.TransactionId
instance.TransactionId = value
[MessageBodyMemberAttribute]
public int TransactionId { get; set; }
[MessageBodyMemberAttribute]
public:
property int TransactionId {
int get ();
void set (int value);
}
[<MessageBodyMemberAttribute>]
member TransactionId : int with get, set
function get TransactionId () : int
function set TransactionId (value : int)
Eigenschaftswert
Typ: System.Int32
Integer representing the ID.
Siehe auch
Verweis
TransactionAnnotationsGetResponse Klasse
Microsoft.MasterDataServices.Services.MessageContracts-Namespace