Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > Document Class > Document Properties > Relations Property 

Drukuj

.NET Framework Class Library

Document.Relations Property

Powiązania dokumentu.

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 Relations As List(Of DocumentRelation)
 Get
 Set

C#

public List<DocumentRelationRelations { getset; }

Visual C++

public:
property List<DocumentRelation^>^ Relations {
 List<DocumentRelation^>^ get ();
 void set (List<DocumentRelation^>^ value);
}

JavaScript

function get_relations();
function set_relations(value);

See Also

Document Class

Document Members

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