Share via


LegacyComment.CommentId Property

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

Syntax

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

Property Value

Type: System.Int16
Returns Int16.

.NET Framework Security

See Also

Reference

LegacyComment Class

Microsoft.TeamFoundation.Discussion.Server Namespace