Symfonia.WebAPI.Interface.OSS.ViewModels Namespace > CountryItem Class > CountryItem Properties > Code Property 

Drukuj

.NET Framework Class Library

CountryItem.Code Property

Kod 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 Code As String
 Get
 Set

C#

public string Code { getset; }

Visual C++

public:
property StringCode {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_code();
function set_code(value);

See Also

CountryItem Class

CountryItem Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace