Share via


ChangeList<T>.CommentTruncated Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "commentTruncated", EmitDefaultValue := False)> _
Public Property CommentTruncated As Boolean
[DataMemberAttribute(Name = "commentTruncated", EmitDefaultValue = false)]
public bool CommentTruncated { get; set; }
[DataMemberAttribute(Name = L"commentTruncated", EmitDefaultValue = false)]
public:
property bool CommentTruncated {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(Name = "commentTruncated", EmitDefaultValue = false)>]
member CommentTruncated : bool with get, set
function get CommentTruncated () : boolean 
function set CommentTruncated (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ChangeList<T> Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace