Argument
Gets or sets the arguments allowed with this Windows application right.
If you specify a file type of .msc, you must also specify the Arguments
property. The Arguments
property is optional for all other file types. If this
property is set to an empty string, no arguments are allowed. Do not specify the
Arguments
property if you are granting a right to access the application without
argument restrictions. If the property is not defined, the application can be
executed with any argument or combination of arguments.
Syntax
string Argument {get; set;}
Property value
A list of arguments that can be used with the application when this application is executed.