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

Drukuj

.NET Framework Class Library

VatRegister.Type Property

Typ rejestru VAT.

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

C#

public enumVatRegisterType Type { getset; }

Visual C++

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

JavaScript

function get_type();
function set_type(value);

See Also

VatRegister Class

VatRegister Members

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