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

Drukuj

.NET Framework Class Library

BusinessDocumentPositionIssue.Description Property

Opis.

#P - parametr wykorzystywany do opisów zapisó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 Description As String
 Get
 Set

C#

public string Description { getset; }

Visual C++

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

JavaScript

function get_description();
function set_description(value);

See Also

BusinessDocumentPositionIssue Class

BusinessDocumentPositionIssue Members

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