Sage.PL.WebAPI.Interface.Common.ViewModels.Aspects Namespace > AspectPositionDetails Class > AspectPositionDetails Properties > ProductId Property 

Drukuj

.NET Framework Class Library

AspectPositionDetails.ProductId Property

Id towaru.

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

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

C#

public Nullable<intProductId { getset; }

Visual C++

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

JavaScript

function get_productId();
function set_productId(value);

See Also

AspectPositionDetails Class

AspectPositionDetails Members

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