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

Drukuj

.NET Framework Class Library

DictionaryElementAttribute.Value Property

Wartość jaką przechowuje atrybut dodatkowy.

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 Value As String
 Get
 Set

C#

public string Value { getset; }

Visual C++

public:
property StringValue {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_value();
function set_value(value);

See Also

DictionaryElementAttribute Class

DictionaryElementAttribute Members

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