CommentThreadStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of a comment thread.
[System.Runtime.Serialization.DataContract]
public enum CommentThreadStatus
type CommentThreadStatus =
Public Enum CommentThreadStatus
- Inheritance
-
CommentThreadStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | The thread status is unknown. |
| Active | 1 | The thread status is active. |
| Fixed | 2 | The thread status is resolved as fixed. |
| WontFix | 3 | The thread status is resolved as won't fix. |
| Closed | 4 | The thread status is closed. |
| ByDesign | 5 | The thread status is resolved as by design. |
| Pending | 6 | The thread status is pending. |