Reflection Data SetBinding RedirectionName Property
The assembly name
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 Name { get; set; }VB
Public Property Name As String
Get
SetC++
public:
property String^ Name {
String^ get ();
void set (String^ value);
}F#
member Name : string with get, set