Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Business Namespace > BusinessDocumentPositionIssue Class > BusinessDocumentPositionIssue Properties > Product Property 

Drukuj

.NET Framework Class Library

BusinessDocumentPositionIssue.Product Property

Nazwa towaru.

#T - parametr wykorzystywany do opisów zapisów.

#T - parametr wykorzystywany do ustalenia pozycji w zapisach dla słownika towarów.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Business

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

Syntax

Visual Basic

Public Property Product As String
 Get
 Set

C#

public string Product { getset; }

Visual C++

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

JavaScript

function get_product();
function set_product(value);

See Also

BusinessDocumentPositionIssue Class

BusinessDocumentPositionIssue Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Business Namespace