Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentTransactionIssue Class > DocumentTransactionIssue Properties > Marker Property 

Drukuj

.NET Framework Class Library

DocumentTransactionIssue.Marker Property

Znacznik. Odpowiednik pola [znacznik] z obiektu PTransakcja.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom

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 Marker As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intMarker { getset; }

Visual C++

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

JavaScript

function get_marker();
function set_marker(value);

See Also

DocumentTransactionIssue Class

DocumentTransactionIssue Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace