Class PlaceholderDescriptionAttribute
- Namespace
- CMS.Notifications
- Assembly
- CMS.Notifications.dll
Attribute that defines the description for a placeholder.
[AttributeUsage(AttributeTargets.Property)]
public sealed class PlaceholderDescriptionAttribute : Attribute
- Inheritance
-
objectAttributePlaceholderDescriptionAttribute
- Extension Methods
Constructors
PlaceholderDescriptionAttribute(string)
Initializes a new instance of the PlaceholderDescriptionAttribute class.
public PlaceholderDescriptionAttribute(string description)
Parameters
description
string
Properties
Description
Gets the description of the placeholder.
public string Description { get; }
Property Value
- string