StarterGpoBackup.StarterGpoType Property

 

Gets the type of the backed-up Starter Group Policy object (GPO).

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

Syntax

public StarterGpoType StarterGpoType { get; }
public:
property StarterGpoType StarterGpoType {
    StarterGpoType get();
}
member StarterGpoType : StarterGpoType with get
Public ReadOnly Property StarterGpoType As StarterGpoType

Property Value

Type: Microsoft.GroupPolicy.StarterGpoType

Returns StarterGpoType. One of the enumeration values that indicates whether the backed-up Starter GPO is a system or a custom Starter GPO.

See Also

StarterGpoBackup Class
Microsoft.GroupPolicy Namespace

Return to top