LegacyComment.CommentType Property

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property CommentType As Byte
[ClientPropertyAttribute(ClientVisibility.Private)]
public byte CommentType { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property unsigned char CommentType {
    unsigned char get ();
    void set (unsigned char value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member CommentType : byte with get, set
function get CommentType () : byte 
function set CommentType (value : byte)

Property Value

Type: System.Byte
Returns Byte.

.NET Framework Security

See Also

Reference

LegacyComment Class

Microsoft.TeamFoundation.Discussion.Server Namespace