Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > DocumentType Class > DocumentType Properties > RelatedSerieId Property 

Drukuj

.NET Framework Class Library

DocumentType.RelatedSerieId Property

Id powiązanej serii typu dokumentu.

Namespace: Sage.PL.WebAPI.Interface.Common.ViewModels

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

Syntax

Visual Basic

Public Property RelatedSerieId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intRelatedSerieId { getset; }

Visual C++

public:
property Nullable<intRelatedSerieId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_relatedSerieId();
function set_relatedSerieId(value);

See Also

DocumentType Class

DocumentType Members

Sage.PL.WebAPI.Interface.Common.ViewModels Namespace