NewGpoCommand.Comment Property
Gets and sets the value of the Comment parameter of the New-Gpo cmdlet.
Namespace: Microsoft.GroupPolicy.Commands
Assembly: Microsoft.GroupPolicy.Commands (in Microsoft.GroupPolicy.Commands.dll)
Syntax
[ParameterAttribute]
[ValidateLengthAttribute(1, 2048)]
public string Comment { get; set; }
public:
[ParameterAttribute]
[ValidateLengthAttribute(1, 2048)]
property String^ Comment {
String^ get();
void set(String^ value);
}
[<ParameterAttribute>]
[<ValidateLengthAttribute(1, 2048)>]
member Comment : string with get, set
<ParameterAttribute>
<ValidateLengthAttribute(1, 2048)>
Public Property Comment 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 New-Gpo in the Microsoft TechNet library.
For Help at the command line, type:
get-help new-gpo
See Also
NewGpoCommand Class
Microsoft.GroupPolicy.Commands Namespace
Return to top