GPStatusMessage Class

 

Represents a status message related to a GPMC operation.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Inheritance Hierarchy

System.Object
  Microsoft.GroupPolicy.GPStatusMessage

Syntax

public class GPStatusMessage
public ref class GPStatusMessage 
type GPStatusMessage = class end
Public Class GPStatusMessage

Properties

Name Description
System_CAPS_pubproperty ErrorCode

Gets the error that occurred during the operation.

System_CAPS_pubproperty ExtensionName

Gets the name of the extension that was being processed when the message was generated.

System_CAPS_pubproperty Message

Gets a human-readable description of the error.

System_CAPS_pubproperty ObjectPath

Gets the path of the object to which the message applies.

System_CAPS_pubproperty OperationCode

Gets a code related to the operation in which the error occurred.

System_CAPS_pubproperty SettingsName

Gets the name of the policy setting that was being processed when the message was generated.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This class wraps the IGPMStatusMessage COM interface.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.GroupPolicy Namespace

Return to top