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

Drukuj

.NET Framework Class Library

DictionaryDescriptionAttribute Class

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

<AttributeUsageAttribute(AttributeTargets.Enum Or AttributeTargets.Field, AllowMultiple := False)> _
Public Class DictionaryDescriptionAttribute _
 Inherits Attribute

C#

[AttributeUsageAttribute(AttributeTargets.Enum|AttributeTargets.Field, AllowMultiple = false)]
public class DictionaryDescriptionAttribute : Attribute

Visual C++

[AttributeUsageAttribute(AttributeTargets::Enum|AttributeTargets::Field, AllowMultiple = false)]
public ref class DictionaryDescriptionAttribute : public Attribute

JavaScript

Sage.PL.WebAPI.Interface.Attributes.DictionaryDescriptionAttribute = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Attributes.DictionaryDescriptionAttribute',
 Attribute);

Inheritance Hierarchy

System.Object

System.Attribute

  Sage.PL.WebAPI.Interface.Attributes.DictionaryDescriptionAttribute

See Also

DictionaryDescriptionAttribute Members

Sage.PL.WebAPI.Interface.Attributes Namespace