Sage.PL.WebAPI.Interface.Attributes Namespace > DictionaryDescriptionAttribute Class > DictionaryDescriptionAttribute Constructor 

Drukuj

.NET Framework Class Library

DictionaryDescriptionAttribute Constructor

Namespace: Sage.PL.WebAPI.Interface.Attributes

Assembly:  Sage.PL.WebAPI.Interface (in Sage.PL.WebAPI.Interface.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Sub New ( _
 code As String, _
 name As String _
)

C#

public DictionaryDescriptionAttribute(
 string code,
 string name
)

Visual C++

public:
DictionaryDescriptionAttribute(
 Stringcode,
 Stringname
)

JavaScript

Sage.PL.WebAPI.Interface.Attributes.DictionaryDescriptionAttribute = function(codename);

Parameters

code

Type: System.String

name

Type: System.String

See Also

DictionaryDescriptionAttribute Class

DictionaryDescriptionAttribute Members

Sage.PL.WebAPI.Interface.Attributes Namespace