Edit

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

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.

Applies to