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 | |
---|---|---|
ErrorCode | Gets the error that occurred during the operation. |
|
ExtensionName | Gets the name of the extension that was being processed when the message was generated. |
|
Message | Gets a human-readable description of the error. |
|
ObjectPath | Gets the path of the object to which the message applies. |
|
OperationCode | Gets a code related to the operation in which the error occurred. |
|
SettingsName | Gets the name of the policy setting that was being processed when the message was generated. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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