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

Drukuj

.NET Framework Class Library

DimensionClassification.DictionaryId Property

Id słownika, którego elementy mogą być wartościami 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 DictionaryId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intDictionaryId { getset; }

Visual C++

public:
property Nullable<intDictionaryId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_dictionaryId();
function set_dictionaryId(value);

See Also

DimensionClassification Class

DimensionClassification Members

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