Table of Contents

Class ModuleDescriptionAttribute

Namespace
Dynamicweb.Modules.Annotations
Assembly
Dynamicweb.dll

Provides information about the module description.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class ModuleDescriptionAttribute : Attribute
Inheritance
ModuleDescriptionAttribute
Inherited Members

Constructors

ModuleDescriptionAttribute(string)

Initializes a new instance of the ModuleDescriptionAttribute class.

public ModuleDescriptionAttribute(string description)

Parameters

description string

The description.

Properties

Description

Gets or sets the description.

public string Description { get; set; }

Property Value

string

The description.

See Also

To top