Share via


GPStatusMessage.ExtensionName Property

 

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

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

Syntax

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

Property Value

Type: System.String

Returns String. The name of the extension.

See Also

GPStatusMessage Class
Microsoft.GroupPolicy Namespace

Return to top