NoticeTag Text Property
The text for the tag on the member list page
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This can be literal text or a resource item name preceded by an '@'
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string TagText { get; set; }VB
Public Property TagText As String
Get
SetC++
public:
property String^ TagText {
String^ get ();
void set (String^ value);
}F#
member TagText : string with get, setProperty Value
StringThis can be literal text or a resource item name preceded by an '@'