Click or drag to resize

ArgumentAttributeShortName Property

The short name of the argument. Set to null means use the default short name if it does not conflict with any other parameter name. Set to String.Empty for no short name. This property should not be set for DefaultArgumentAttributes.

Namespace:  PDTec.IceNet.Sdk.Utils.CommandLine
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public string ShortName { get; set; }

Property Value

Type: String
See Also