NoticeNotice Description Property
This returns a description of the entry suitable for display in a bound list control
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string NoticeDescription { get; set; }VB
Public Property NoticeDescription As String
Get
SetC++
public:
property String^ NoticeDescription {
String^ get ();
void set (String^ value);
}F#
member NoticeDescription : string with get, set