Comment.ParentComment Property

The direct parent comment of the comment.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

Comment Class

Microsoft.TeamFoundation.Discussion.Client Namespace