Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > Kind Class > Kind Properties > Id Property 

Drukuj

.NET Framework Class Library

Kind.Id Property

Id rodzaju. Odpowiednik pola [id] z obiektu BRodzajXX.

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

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

Syntax

Visual Basic

Public Property Id As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intId { getset; }

Visual C++

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

JavaScript

function get_id();
function set_id(value);

See Also

Kind Class

Kind Members

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