__NamespaceCreationEvent

[This is preliminary documentation and subject to change.]

An instance of the __NamespaceCreationEvent system class is generated when a new namespace is created in the CIMOM database.

class __NamespaceCreationEvent : __NamespaceOperationEvent
{
    // Namespace TargetNamespace; inherited from superclass
};
 

Properties

TargetNamespace
Inherited from __NamespaceOperationEvent. This contains a copy of the __Namespace instance that was created. An examination of the embedded instance's Name property indicates which namespace was created.

See Also

__NamespaceOperationEvent