Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductFilterCriteria Class > ProductFilterCriteria Properties > Code_To Property 

Drukuj

.NET Framework Class Library

ProductFilterCriteria.Code_To Property

Górna granica wyszukiwania po kodzie towaru dla trybu 'od - do' Code_Mode.

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

C#

public string Code_To { getset; }

Visual C++

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

JavaScript

function get_code_To();
function set_code_To(value);

See Also

ProductFilterCriteria Class

ProductFilterCriteria Members

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