Sage.PL.WebAPI.Interface.Common.ViewModels.Aspects Namespace > Aspect Class > Aspect Properties > Index Property 

Drukuj

.NET Framework Class Library

Aspect.Index Property

Indeks wymiaru.

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

Assembly:  Sage.PL.WebAPI.Interface.Common (in Sage.PL.WebAPI.Interface.Common.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);

See Also

Aspect Class

Aspect Members

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