RequiresAnyAttributeErrorCategory Property
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
public override CommandLineArgumentErrorCategory ErrorCategory { get; }
Public Overrides ReadOnly Property ErrorCategory As CommandLineArgumentErrorCategory
Get
Dim instance As RequiresAnyAttribute
Dim value As CommandLineArgumentErrorCategory
value = instance.ErrorCategory
public:
virtual property CommandLineArgumentErrorCategory ErrorCategory {
CommandLineArgumentErrorCategory get () override;
}
Property Value
CommandLineArgumentErrorCategoryMissingRequiredArgument.