SetGPPermissionsCommand.DomainName Property

 

Gets and sets the value of the Domain parameter of the Set-GPPermissions cmdlet.

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

Syntax

[ParameterAttribute]
[AliasAttribute(new string[] { ... })]
public string DomainName { get; set; }
public:
[ParameterAttribute]
[AliasAttribute(new array<String^>^ { ... })]
property String^ DomainName {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute>]
[<AliasAttribute([| ... |])>]
member DomainName : string with get, set
<ParameterAttribute>
<AliasAttribute(New String() { ... })>
Public Property DomainName 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 Set-GPPermissions in the Microsoft TechNet library.

For Help at the command line, type:

get-help set-gppermissions

See Also

SetGPPermissionsCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top