Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductListElement Class > ProductListElement Properties > CN Property 

Drukuj

.NET Framework Class Library

ProductListElement.CN Property

Kod PCN.

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

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

Syntax

Visual Basic

Public Property CN As String
 Get
 Set

C#

public string CN { getset; }

Visual C++

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

JavaScript

function get_CN();
function set_CN(value);

Remarks

Pole tylko do odczytu.

See Also

ProductListElement Class

ProductListElement Members

Sage.PL.WebAPI.Interface.Products.ViewModels Namespace