DiscussionThread.RootComment Property

The root comment of the discussion. Setter only works for the first time only, when the RootComment is null, to ensure the discussion's threaded comments cannot be updated.

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

Syntax

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

Property Value

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

Remarks

The author of this comment is the author of the discussion.

.NET Framework Security

See Also

Reference

DiscussionThread Class

Microsoft.TeamFoundation.Discussion.Client Namespace