RequiresAnyAttributeErrorCategory Property
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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
CommandLineArgumentErrorCategoryCommandLineArgumentErrorCategoryMissingRequiredArgument.