Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.PurchaseInvoice Namespace > DocumentRecordDimensionSplitIssue Class > DocumentRecordDimensionSplitIssue Properties > Dimensions Property 

Drukuj

.NET Framework Class Library

DocumentRecordDimensionSplitIssue.Dimensions Property

Kolejne wymiary zapisu.

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

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 Dimensions As List(Of DocumentRecordDimensionIssue)
 Get
 Set

C#

public List<DocumentRecordDimensionIssueDimensions { getset; }

Visual C++

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

JavaScript

function get_dimensions();
function set_dimensions(value);

See Also

DocumentRecordDimensionSplitIssue Class

DocumentRecordDimensionSplitIssue Members

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