SetGPLinkCommand.Target Property

 

Gets and sets the value of the Target parameter of the Set-GPLink cmdlet.

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

Syntax

[ParameterAttribute(Mandatory = true, ValueFromPipelineByPropertyName = true)]
[ValidateNotNullOrEmptyAttribute]
public string Target { get; set; }
public:
[ParameterAttribute(Mandatory = true, ValueFromPipelineByPropertyName = true)]
[ValidateNotNullOrEmptyAttribute]
property String^ Target {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(Mandatory = true, ValueFromPipelineByPropertyName = true)>]
[<ValidateNotNullOrEmptyAttribute>]
member Target : string with get, set
<ParameterAttribute(Mandatory := True, ValueFromPipelineByPropertyName := True)>
<ValidateNotNullOrEmptyAttribute>
Public Property Target 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-GPLink in the Microsoft TechNet library.

For Help at the command line, type:

get-help set-gplink

See Also

SetGPLinkCommand Class
Microsoft.GroupPolicy.Commands Namespace

Return to top