Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > Dimension Class > Dimension Properties > Type Property 

Drukuj

.NET Framework Class Library

Dimension.Type Property

Typ wymiaru analitycznego.

Pole tylko do odczytu.

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 Type As String
 Get
 Set

C#

public string Type { getset; }

Visual C++

public:
property StringType {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_type();
function set_type(value);

See Also

Dimension Class

Dimension Members

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