ArgumentCreationInfoShortAliasAttributes Property
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public IEnumerable<ShortAliasAttribute>? ShortAliasAttributes {
	get;
 set; }
Public Property ShortAliasAttributes As IEnumerable(Of ShortAliasAttribute)
		Get
	Set
Dim instance As ArgumentCreationInfo
Dim value As IEnumerable(Of ShortAliasAttribute)
value = instance.ShortAliasAttributes
instance.ShortAliasAttributes = value
public:
property IEnumerable<ShortAliasAttribute^>^ ShortAliasAttributes {
		IEnumerable<ShortAliasAttribute^>^ get ();
	void set (IEnumerable<ShortAliasAttribute^>^ value);
}
Property Value
IEnumerableShortAliasAttribute