Table of Contents

Class DescriptionAttribute

Namespace
Dassie.Configuration
Assembly
dc.dll

Sets the description of a property.

[AttributeUsage(AttributeTargets.Property)]
public sealed class DescriptionAttribute : Attribute
Inheritance
DescriptionAttribute
Inherited Members
Extension Methods

Constructors

DescriptionAttribute(string)

Creates a new instance of the DescriptionAttribute class with the specified description.

public DescriptionAttribute(string description)

Parameters

description string

The description of the property.

Properties

Description

The description of the property.

public string Description { get; }

Property Value

string