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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.