Share via


GPStatusMessage.Message Property

 

Gets a human-readable description of the error.

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

Syntax

public string Message { get; }
public:
property String^ Message {
    String^ get();
}
member Message : string with get
Public ReadOnly Property Message As String

Property Value

Type: System.String

Returns String. A description of the error.

See Also

GPStatusMessage Class
Microsoft.GroupPolicy Namespace

Return to top