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.2.4
Syntax
public PropertyBag GetNamespaceNode(
	string name
)

Parameters

name
Type: SystemString
The full name of the namespace to locate.

Return Value

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