Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace > DimensionClassification Class > DimensionClassification Properties > Index Property 

Drukuj

.NET Framework Class Library

DimensionClassification.Index Property

Indeks wymiaru.

Pole tylko do odczytu.

Namespace: Sage.PL.WebAPI.Interface.FKF.Common.ViewModels

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

Syntax

Visual Basic

Public Property Index As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intIndex { getset; }

Visual C++

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

JavaScript

function get_index();
function set_index(value);

See Also

DimensionClassification Class

DimensionClassification Members

Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace