ClassValidationAttributeErrorCategory Property
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public virtual CommandLineArgumentErrorCategory ErrorCategory { get; }
Public Overridable ReadOnly Property ErrorCategory As CommandLineArgumentErrorCategory
	Get
Dim instance As ClassValidationAttribute
Dim value As CommandLineArgumentErrorCategory
value = instance.ErrorCategory
public:
virtual property CommandLineArgumentErrorCategory ErrorCategory {
	CommandLineArgumentErrorCategory get ();
}
Property Value
CommandLineArgumentErrorCategory
            One of the values of the 
CommandLineArgumentErrorCategory enumeration. If not overridden
            in a derived class, the value is 
CommandLineArgumentErrorCategoryValidationFailed.