Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentRecordDimensionIssue Class > DocumentRecordDimensionIssue Properties > Index Property 

Drukuj

.NET Framework Class Library

DocumentRecordDimensionIssue.Index Property

Indeks wymiaru.

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 Index As Integer
 Get
 Set

C#

public int Index { getset; }

Visual C++

public:
property int Index {
 int get ();
 void set (int value);
}

JavaScript

function get_index();
function set_index(value);

Remarks

Indeks wymiaru musi posiadać wartośc z przedziału od 1 do 10. Indeks wymiaru w danym podziale może wystąpić tylko raz.

See Also

DocumentRecordDimensionIssue Class

DocumentRecordDimensionIssue Members

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