Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductCriteriaFilter Class > ProductCriteriaFilter Properties > Marker Property 

Drukuj

.NET Framework Class Library

ProductCriteriaFilter.Marker Property

Kryterium wyszukiwania po znaczniku towaru. Jeżeli wartość będzie pusta to kryterium wyszukiwania zostanie pominięte.

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 Marker As IntCriteriaFilter
 Get
 Set

C#

public IntCriteriaFilter Marker { getset; }

Visual C++

public:
property IntCriteriaFilterMarker {
 IntCriteriaFilterget ();
 void set (IntCriteriaFiltervalue);
}

JavaScript

function get_marker();
function set_marker(value);

See Also

ProductCriteriaFilter Class

ProductCriteriaFilter Members

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