LegacyComment.ParentCommentId Property

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, PropertyName := "ParentId")> _
Public Property ParentCommentId As Short
[ClientPropertyAttribute(ClientVisibility.Private, PropertyName = "ParentId")]
public short ParentCommentId { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, PropertyName = L"ParentId")]
public:
property short ParentCommentId {
    short get ();
    void set (short value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, PropertyName = "ParentId")>]
member ParentCommentId : int16 with get, set
function get ParentCommentId () : short 
function set ParentCommentId (value : short)

Property Value

Type: System.Int16
Returns Int16.

.NET Framework Security

See Also

Reference

LegacyComment Class

Microsoft.TeamFoundation.Discussion.Server Namespace