Gpo.Computer Property

 

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

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

Syntax

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

Property Value

Type: Microsoft.GroupPolicy.ComputerConfiguration

Returns ComputerConfiguration. The Computer Configuration for the GPO.

See Also

Gpo Class
Microsoft.GroupPolicy Namespace

Return to top