__thisNAMESPACE class

The __thisNAMESPACE system class holds the security rights for the namespace in the form of a security descriptor. This class and a single instance is found in all namespaces.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[singleton]
class __thisNAMESPACE : __SystemClass
{
  uint8 SECURITY_DESCRIPTOR[];
};

Members

The __thisNAMESPACE class has these types of members:

Properties

The __thisNAMESPACE class has these properties.

SECURITY_DESCRIPTOR

Data type: uint8 array

Access type: Read-only

Security descriptor describing who can access the namespace and who can read from or write to the namespace. This property is inherited from __Event. For more information about the format of security descriptors, see Security Descriptors in the Security section of the Windows SDK.

Remarks

The singleton instance of __thisNAMESPACE is read-only. To change the settings of the security descriptor property, use the methods of the __SystemSecurity class. The __thisNAMESPACE class derives from __SystemClass.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
All WMI namespaces

See also

__SystemClass

WMI System Classes