Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels Namespace > ContractorListElement Class > ContractorListElement Properties > Name Property 

Drukuj

.NET Framework Class Library

ContractorListElement.Name Property

Nazwa kontrahenta.

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

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

Syntax

Visual Basic

Public Property Name As String
 Get
 Set

C#

public string Name { getset; }

Visual C++

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

JavaScript

function get_name();
function set_name(value);

Remarks

Pole tylko do odczytu.

See Also

ContractorListElement Class

ContractorListElement Members

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