Sage.PL.WebAPI.Interface.FKF.Dimensions.ViewModels Namespace > DocumentRecordDimensionSplit Class > DocumentRecordDimensionSplit Properties > Dimensions Property 

Drukuj

.NET Framework Class Library

DocumentRecordDimensionSplit.Dimensions Property

Kolejne 10 wymiarów zapisu.

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

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

Syntax

Visual Basic

Public Property Dimensions As List(Of DocumentRecordDimension)
 Get
 Set

C#

public List<DocumentRecordDimensionDimensions { getset; }

Visual C++

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

JavaScript

function get_dimensions();
function set_dimensions(value);

See Also

DocumentRecordDimensionSplit Class

DocumentRecordDimensionSplit Members

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