Click or drag to resize

HostTypeCollectionGetNamespaceNode Method

Locates a namespace within a host type collection.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public PropertyBag GetNamespaceNode(
	string name
)

Parameters

name  String
The full name of the namespace to locate.

Return Value

PropertyBag
The node that represents the namespace if it was found, null otherwise.
See Also