Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the comment is a text or a code change, and so on
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public Property CommentType As CommentType
public CommentType CommentType { get; set; }
public:
property CommentType CommentType {
CommentType get ();
void set (CommentType value);
}
member CommentType : CommentType with get, set
function get CommentType () : CommentType
function set CommentType (value : CommentType)
Property Value
Type: Microsoft.TeamFoundation.Discussion.Client.CommentType
Returns CommentType.
.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.