Symfonia.WebAPI.Interface.OSS.Interfaces Namespace > IAddress Interface > IAddress Properties > Country Property 

Drukuj

.NET Framework Class Library

IAddress.Country Property

Kod państwa.

Namespace: Symfonia.WebAPI.Interface.OSS.Interfaces

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

Syntax

Visual Basic

Property Country As String
 Get
 Set

C#

string Country { getset; }

Visual C++

property StringCountry {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_country();
function set_country(value);

See Also

IAddress Interface

IAddress Members

Symfonia.WebAPI.Interface.OSS.Interfaces Namespace