Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > Feature Class > Feature Properties > YearId Property 

Drukuj

.NET Framework Class Library

Feature.YearId Property

Id roku obowiązywania cechy.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.FKF.Documents (in Sage.PL.WebAPI.Interface.FKF.Documents.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property YearId As Integer
 Get
 Set

C#

public int YearId { getset; }

Visual C++

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

JavaScript

function get_yearId();
function set_yearId(value);

See Also

Feature Class

Feature Members

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