Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace > Marker Class > Marker Properties > Subtype Property 

Drukuj

.NET Framework Class Library

Marker.Subtype Property

Id znacznika.

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

C#

public int Subtype { getset; }

Visual C++

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

JavaScript

function get_subtype();
function set_subtype(value);

See Also

Marker Class

Marker Members

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