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