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

Drukuj

.NET Framework Class Library

DictionaryElement.Description Property

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

C#

public string Description { getset; }

Visual C++

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

JavaScript

function get_description();
function set_description(value);

See Also

DictionaryElement Class

DictionaryElement Members

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