Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentV2 Class > DocumentV2 Properties > TypeCode Property 

Drukuj

.NET Framework Class Library

DocumentV2.TypeCode Property

Kod typu dokumentu. Odpowiednik pola [skrot] z obiektu PDokument.

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

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

Syntax

Visual Basic

Public Property TypeCode As String
 Get
 Set

C#

public string TypeCode { getset; }

Visual C++

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

JavaScript

function get_typeCode();
function set_typeCode(value);

See Also

DocumentV2 Class

DocumentV2 Members

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