RequiresAnyAttributeErrorCategory Property
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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.