Comment.CommentType Property

Indicates whether the comment is a text or a code change, and so on

Namespace:  Microsoft.TeamFoundation.Discussion.Client
Assembly:  Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)

Syntax

'Declaration
Public Property CommentType As CommentType
public CommentType CommentType { get; set; }
public:
property CommentType CommentType {
    CommentType get ();
    void set (CommentType value);
}
member CommentType : CommentType with get, set
function get CommentType () : CommentType 
function set CommentType (value : CommentType)

Property Value

Type: Microsoft.TeamFoundation.Discussion.Client.CommentType
Returns CommentType.

.NET Framework Security

See Also

Reference

Comment Class

Microsoft.TeamFoundation.Discussion.Client Namespace