Click or drag to resize

IMcObjectNamespace Property

The object's namespace.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Namespace As String
	Get

Property Value

Type: String
Remarks
The object's namespace property is read-only. It will always be returned with a trailing "::", and will be only "::" if the object is part of the "global" namespace.
See Also