Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentRecord Class > DocumentRecord Properties > DescriptionKind Property 

Drukuj

.NET Framework Class Library

DocumentRecord.DescriptionKind Property

Typ opisu. Odpowiednik pola [typopisu] z obiektu PZapis.

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

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 DescriptionKind As enumRecordDecsriptionKind
 Get
 Set

C#

public enumRecordDecsriptionKind DescriptionKind { getset; }

Visual C++

public:
property enumRecordDecsriptionKind DescriptionKind {
 enumRecordDecsriptionKind get ();
 void set (enumRecordDecsriptionKind value);
}

JavaScript

function get_descriptionKind();
function set_descriptionKind(value);

See Also

DocumentRecord Class

DocumentRecord Members

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