public bool IncludeAliasInDescription { get; set; }Public Property IncludeAliasInDescription As Boolean
	Get
	Set
Dim instance As UsageWriter
Dim value As Boolean
value = instance.IncludeAliasInDescription
instance.IncludeAliasInDescription = valuepublic:
property bool IncludeAliasInDescription {
	bool get ();
	void set (bool value);
}For arguments that do not have any aliases, this property has no effect.