Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace > Year Class > Year Properties > Length Property 

Drukuj

.NET Framework Class Library

Year.Length Property

Długość obowiązywania roku rozliczeniowego.

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

C#

public int Length { getset; }

Visual C++

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

JavaScript

function get_length();
function set_length(value);

See Also

Year Class

Year Members

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