CommandLineParameterShortName Property

Gets or sets the short name of the parameter.

A short name should be an abbreviated name of the parameter. A short name is optional and can de null.

Definition

Namespace: DevCase.Core.Application.Parameterization
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string ShortName { get; set; }

Property Value

String
The short name of the parameter.

See Also