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

Drukuj

.NET Framework Class Library

DictionaryElementAttribute.Type Property

Typ przechowywanej wartości atrybutu dodatkowego.

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 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

DictionaryElementAttribute Class

DictionaryElementAttribute Members

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