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 = value
public:
property bool IncludeAliasInDescription {
bool get ();
void set (bool value);
}
For arguments that do not have any aliases, this property has no effect.