Symfonia.WebAPI.Interface.OSS.ViewModels Namespace > ProductMap Class > ProductMap Properties > Id Property 

Drukuj

.NET Framework Class Library

ProductMap.Id Property

Id korelacji

Namespace: Symfonia.WebAPI.Interface.OSS.ViewModels

Assembly:  Symfonia.WebAPI.Interface.OSS (in Symfonia.WebAPI.Interface.OSS.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Id As Integer
 Get
 Set

C#

public int Id { getset; }

Visual C++

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

JavaScript

function get_id();
function set_id(value);

See Also

ProductMap Class

ProductMap Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace