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

Drukuj

.NET Framework Class Library

VatRegister.Period Property

Wartość okresu warunkowego (dni).

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 Period As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intPeriod { getset; }

Visual C++

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

JavaScript

function get_period();
function set_period(value);

See Also

VatRegister Class

VatRegister Members

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