Enum UrgencyLevel
Contains values that define the urgency levels for a field in a bug.
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public enum UrgencyLevel
Fields
| Name | Description |
|---|---|
| Disabled | Represents a field that is disabled and unusable. |
| Optional | Represents a field that the user has the option of entering data for. |
| Requested | Represents a field that is not required, but encouraged to be filled in. A more polite version of Required, in that bug creation will not fail if this is not filled in. |
| Required | Represents a field that the user Must enter data for. |