Sage.PL.WebAPI.Interface.Dictionaries.ViewModels Namespace > Dictionary Class > Dictionary Properties > Code Property 

Drukuj

.NET Framework Class Library

Dictionary.Code Property

Kod słownika.

Pole tylko do odczytu.

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

C#

public string Code { getset; }

Visual C++

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

JavaScript

function get_code();
function set_code(value);

See Also

Dictionary Class

Dictionary Members

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