ImportGpoCommand.Server Property

 

Gets and sets the value of the Server parameter of the Import-Gpo cmdlet.

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

Syntax

[ParameterAttribute]
[AliasAttribute(new string[] { ... })]
[ValidateNotNullOrEmptyAttribute]
public string Server { get; set; }
public:
[ParameterAttribute]
[AliasAttribute(new array<String^>^ { ... })]
[ValidateNotNullOrEmptyAttribute]
property String^ Server {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute>]
[<AliasAttribute([| ... |])>]
[<ValidateNotNullOrEmptyAttribute>]
member Server : string with get, set
<ParameterAttribute>
<AliasAttribute(New String() { ... })>
<ValidateNotNullOrEmptyAttribute>
Public Property Server As String

Property Value

Type: System.String

Returns String.

See Also

ImportGpoCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top