Type TargetContaining Namespace Property
This is used to get or set the containing namespace
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
C#
public NamespaceReference ContainingNamespace { get; set; }VB
Public Property ContainingNamespace As NamespaceReference
Get
SetC++
public:
property NamespaceReference^ ContainingNamespace {
NamespaceReference^ get ();
void set (NamespaceReference^ value);
}F#
member ContainingNamespace : NamespaceReference with get, set