__Group

[This is preliminary documentation and subject to change.]

The __Group system class is a security-related class used to specify user groups. A group is a special case of a "subject," and therefore derives from the base class __Subject and adds no new properties of its own. Creating an instance of __Group creates a new user group within WBEM.

This class is only available in the Root\Security namespace.

class __Group : __Subject
{
    // properties inherited from __Subject
};
 

Properties

See the properties for __Subject.

See Also

__Subject