Edit

Share via


CommentThreadStatus Enum

Definition

The status of a comment thread.

[System.Runtime.Serialization.DataContract]
public enum CommentThreadStatus
type CommentThreadStatus = 
Public Enum CommentThreadStatus
Inheritance
CommentThreadStatus
Attributes

Fields

Active 1

The thread status is active.

ByDesign 5

The thread status is resolved as by design.

Closed 4

The thread status is closed.

Fixed 2

The thread status is resolved as fixed.

Pending 6

The thread status is pending.

Unknown 0

The thread status is unknown.

WontFix 3

The thread status is resolved as won't fix.

Applies to