Reflection Data SetNotes Property
This is used to get or set notes about this reflection data set
Definition
Namespace: Sandcastle.Core.Reflection
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 Notes { get; set; }VB
Public Property Notes As String
Get
SetC++
public:
property String^ Notes {
String^ get ();
void set (String^ value);
}F#
member Notes : string with get, set