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

Drukuj

.NET Framework Class Library

ProductMap.CountryId Property

Id kraju

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

C#

public int CountryId { getset; }

Visual C++

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

JavaScript

function get_countryId();
function set_countryId(value);

See Also

ProductMap Class

ProductMap Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace