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

Drukuj

.NET Framework Class Library

TaxOffice.City Property

Miasto.

Pole tylko do odczytu.

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

Assembly:  Sage.PL.WebAPI.Interface.FKF.Common (in Sage.PL.WebAPI.Interface.FKF.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

TaxOffice Class

TaxOffice Members

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