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
- 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.