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

Drukuj

.NET Framework Class Library

DocumentRecord.DimensionSplits Property

Podział wymiarów

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 DimensionSplits As List(Of DocumentRecordDimensionSplit)
 Get
 Set

C#

public List<DocumentRecordDimensionSplitDimensionSplits { getset; }

Visual C++

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

JavaScript

function get_dimensionSplits();
function set_dimensionSplits(value);

See Also

DocumentRecord Class

DocumentRecord Members

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