Sage.PL.WebAPI.Interface.Dictionaries.ViewModels Namespace > DictionaryElement Class > DictionaryElement Properties > Attributes Property 

Drukuj

.NET Framework Class Library

DictionaryElement.Attributes Property

Kolekcja atrybutów dodatkowych 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 Attributes As List(Of DictionaryElementAttribute)
 Get
 Set

C#

public List<DictionaryElementAttributeAttributes { getset; }

Visual C++

public:
property List<DictionaryElementAttribute^>^ Attributes {
 List<DictionaryElementAttribute^>^ get ();
 void set (List<DictionaryElementAttribute^>^ value);
}

JavaScript

function get_attributes();
function set_attributes(value);

See Also

DictionaryElement Class

DictionaryElement Members

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