ReflectionDataSetAllSystemTypesRedirected Property
Note: This API is now obsolete.
This is used to get or set whether or not all System types are redirected to other assemblies
Namespace: Sandcastle.Core.ReflectionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
[ObsoleteAttribute("This property is no longer used and will be removed in a future version")]
public bool AllSystemTypesRedirected { get; set; }
<ObsoleteAttribute("This property is no longer used and will be removed in a future version")>
Public Property AllSystemTypesRedirected As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This property is no longer used and will be removed in a future version")]
property bool AllSystemTypesRedirected {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This property is no longer used and will be removed in a future version")>]
member AllSystemTypesRedirected : bool with get, set
Property Value
Boolean