milestonexprotectwspython.xpwgroup

Module: xpwgroup.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPWGroup:

Group information base class.

Threadsafety:

This class is fully thread-safe.

XPWGroup()

Initializes a new instance of the class.

Description: str

A description of the group.

Returns:

The Description property value.

GroupId: str

The globally unique identifier of the group.

Returns:

The GroupId property value.

Name: str

Name of the group.

Returns:

The Name property value.