Share via


GetGPResultantSetOfPolicyCommand.User Property

 

Gets and sets the value of the User parameter of the Get-GPResultantSetOfPolicy cmdlet.

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

Syntax

[ParameterAttribute]
public string User { get; set; }
public:
[ParameterAttribute]
property String^ User {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute>]
member User : string with get, set
<ParameterAttribute>
Public Property User As String

Property Value

Type: System.String

Returns String.

Remarks

This topic is included in this SDK for completeness only.For more information about this cmdlet, see Get-GPResultantSetOfPolicy in the Microsoft TechNet library.

For Help at the command line, type:

get-help get-gpresultantsetofpolicy

See Also

GetGPResultantSetOfPolicyCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top