Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Transactions Namespace > Transaction Class > Transaction Properties > MarkerId Property 

Drukuj

.NET Framework Class Library

Transaction.MarkerId Property

Identyfikator znacznika transakcji.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Transactions

Assembly:  Sage.PL.WebAPI.Interface.FKF.Documents (in Sage.PL.WebAPI.Interface.FKF.Documents.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property MarkerId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intMarkerId { getset; }

Visual C++

public:
property Nullable<intMarkerId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_markerId();
function set_markerId(value);

See Also

Transaction Class

Transaction Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Transactions Namespace