Share via


Transaction.Id Property

Gets or sets the identifier of the transaction.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Id As Integer 
    Get 
    Set
'Usage
Dim instance As Transaction 
Dim value As Integer 

value = instance.Id

instance.Id = value
[DataMemberAttribute]
public int Id { get; set; }
[DataMemberAttribute]
public:
property int Id {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member Id : int with get, set
function get Id () : int 
function set Id (value : int)

Property Value

Type: System.Int32
The identifier of the transaction.

See Also

Reference

Transaction Class

Microsoft.MasterDataServices.Services.DataContracts Namespace