Gpo.User Property

 

Gets an object that represents User Configuration for the Group Policy object (GPO).

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

Syntax

public UserConfiguration User { get; private set; }
public:
property UserConfiguration^ User {
    UserConfiguration^ get();
    private: void set(UserConfiguration^ value);
}
member User : UserConfiguration with get, private set
Public Property User As UserConfiguration
    Get
    Private Set
End Property

Property Value

Type: Microsoft.GroupPolicy.UserConfiguration

Returns UserConfiguration. The User Configuration for the GPO.

See Also

Gpo Class
Microsoft.GroupPolicy Namespace

Return to top