public bool IncludeValidatorsInDescription { get; set; }
Public Property IncludeValidatorsInDescription As Boolean
Get
Set
Dim instance As UsageWriter
Dim value As Boolean
value = instance.IncludeValidatorsInDescription
instance.IncludeValidatorsInDescription = value
public:
property bool IncludeValidatorsInDescription {
bool get ();
void set (bool value);
}
For arguments with no validators, or validators with no usage help, this property has no effect.
For validators derived from the ArgumentValidationWithHelpAttribute class, you can use the IncludeInUsageHelp property to exclude the help text for individual validators.