Topic Transformation CoreNotice Definitions Property
This read-only property returns an enumerable list of the notice definitions
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 IEnumerable<Notice> NoticeDefinitions { get; }VB
Public ReadOnly Property NoticeDefinitions As IEnumerable(Of Notice)
GetC++
public:
property IEnumerable<Notice^>^ NoticeDefinitions {
IEnumerable<Notice^>^ get ();
}F#
member NoticeDefinitions : IEnumerable<Notice> with get