RSOP_ExtensionEventSourceLink class

Represents the association between an event log message source for a client-side extensionand the extension's status.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[AMENDMENT]
class RSOP_ExtensionEventSourceLink
{
  RSOP_ExtensionEventSource REF eventSource;
  RSOP_ExtensionStatus      REF extensionStatus;
};

Members

The RSOP_ExtensionEventSourceLink class has these types of members:

Properties

The RSOP_ExtensionEventSourceLink class has these properties.

eventSource

Data type: RSOP_ExtensionEventSource

Access type: Read-only

Qualifiers: key, DisplayName ("Event Source")

Reference to the event source associated with this link.

extensionStatus

Data type: RSOP_ExtensionStatus

Access type: Read-only

Qualifiers: key, DisplayName ("Extension Status")

Reference to the status associated with this link.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\RSOP\Computer, Root\RSOP\User
MOF
Rsop.mof
DLL
GPSvc.dll

See also

Group Policy Overview

Group Policy RSoP WMI Classes

RSOP_ExtensionEventSource

RSOP_ExtensionStatus