DescriptionAttribute.Description Property

Definition

Gets the description stored in this attribute.

public:
 virtual property System::String ^ Description { System::String ^ get(); };
public virtual string Description { get; }
member this.Description : string
Public Overridable ReadOnly Property Description As String

Property Value

The description stored in this attribute.

Applies to

See also