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

Drukuj

.NET Framework Class Library

DimensionClassification.Type Property

Typ wymiaru.

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

DimensionClassification Class

DimensionClassification Members

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