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

Drukuj

.NET Framework Class Library

DocumentAddress.City Property

Miejscowość.

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

C#

public string City { getset; }

Visual C++

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

JavaScript

function get_city();
function set_city(value);

See Also

DocumentAddress Class

DocumentAddress Members

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