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

Drukuj

.NET Framework Class Library

IAddress.PostCode Property

Kod pocztowy.

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

C#

string PostCode { getset; }

Visual C++

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

JavaScript

function get_postCode();
function set_postCode(value);

See Also

IAddress Interface

IAddress Members

Symfonia.WebAPI.Interface.OSS.Interfaces Namespace