Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > DocumentAddress Class > DocumentAddress Properties > ApartmentNo Property 

Drukuj

.NET Framework Class Library

DocumentAddress.ApartmentNo Property

Numer lokalu.

Pole tylko do odczytu.

Namespace: Sage.PL.WebAPI.Interface.Common.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Common (in Sage.PL.WebAPI.Interface.Common.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property ApartmentNo As String
 Get
 Set

C#

public string ApartmentNo { getset; }

Visual C++

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

JavaScript

function get_apartmentNo();
function set_apartmentNo(value);

See Also

DocumentAddress Class

DocumentAddress Members

Sage.PL.WebAPI.Interface.Common.ViewModels Namespace