Symfonia.WebAPI.Interface.OSS.ViewModels Namespace > CountryProductList Class > CountryProductList Properties > Countries Property 

Drukuj

.NET Framework Class Library

CountryProductList.Countries Property

Lista krajów.

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 Countries As List(Of CountryItem)
 Get
 Set

C#

public List<CountryItemCountries { getset; }

Visual C++

public:
property List<CountryItem^>^ Countries {
 List<CountryItem^>^ get ();
 void set (List<CountryItem^>^ value);
}

JavaScript

function get_countries();
function set_countries(value);

See Also

CountryProductList Class

CountryProductList Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace