Click or drag to resize

IMcObjectName Property

The object's name, formatted as specified by the bShowParentAndNamespace argument

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Name ( 
	Optional bShowParentAndNamespace As Boolean = false
) As String
	Get

Parameters

bShowParentAndNamespace (Optional)
Type: SystemBoolean

Property Value

Type: String
Remarks
Unless bShowParentAndNamespace is TRUE, the object name returned does not include any parent name "dot" syntax.
See Also