Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Predefined Namespace > IDocumentRecordIssue Interface > IDocumentRecordIssue Properties > Description Property 

Drukuj

.NET Framework Class Library

IDocumentRecordIssue.Description Property

Opis. Odpowiednik pola [opis] z obiektu PZapis.

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

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

Property Description As String
 Get
 Set

C#

string Description { getset; }

Visual C++

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

JavaScript

function get_description();
function set_description(value);

See Also

IDocumentRecordIssue Interface

IDocumentRecordIssue Members

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