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

Drukuj

.NET Framework Class Library

DocumentAddress.CountryId Property

Id kraju.

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 CountryId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intCountryId { getset; }

Visual C++

public:
property Nullable<intCountryId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_countryId();
function set_countryId(value);

See Also

DocumentAddress Class

DocumentAddress Members

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