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

Drukuj

.NET Framework Class Library

IAddress.HouseNo Property

Numer domu.

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

C#

string HouseNo { getset; }

Visual C++

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

JavaScript

function get_houseNo();
function set_houseNo(value);

See Also

IAddress Interface

IAddress Members

Symfonia.WebAPI.Interface.OSS.Interfaces Namespace