StarterGpo.Author Property

 

Gets the name of the author that created the Starter GPO.

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

Syntax

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

Property Value

Type: System.String

Returns String. The author of the GPO.

Remarks

The author can be a person, company, or other entity.

See Also

StarterGpo Class
Microsoft.GroupPolicy Namespace

Return to top