Sage.PL.WebAPI.Interface.Dictionaries.ViewModels Namespace > BusinessDictionaryElement Class > BusinessDictionaryElement Properties > Type Property 

Drukuj

.NET Framework Class Library

BusinessDictionaryElement.Type Property

Typ elementu słownika.

Namespace: Sage.PL.WebAPI.Interface.Dictionaries.ViewModels

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

Syntax

Visual Basic

Public Property Type As DictionaryElementType
 Get
 Set

C#

public DictionaryElementType Type { getset; }

Visual C++

public:
property DictionaryElementType Type {
 DictionaryElementType get ();
 void set (DictionaryElementType value);
}

JavaScript

function get_type();
function set_type(value);

See Also

BusinessDictionaryElement Class

BusinessDictionaryElement Members

Sage.PL.WebAPI.Interface.Dictionaries.ViewModels Namespace