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

Drukuj

.NET Framework Class Library

ProductMapCreate.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

ProductMapCreate Class

ProductMapCreate Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace