Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace > FilterOption Class > FilterOption Properties > Type Property 

Drukuj

.NET Framework Class Library

FilterOption.Type Property

Typ pola kartoteki.

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

C#

public int Type { getset; }

Visual C++

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

JavaScript

function get_type();
function set_type(value);

See Also

FilterOption Class

FilterOption Members

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