LegacyDiscussionThread.IsDirty Property

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property IsDirty As Boolean
[ClientPropertyAttribute(ClientVisibility.Private)]
public bool IsDirty { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property bool IsDirty {
    bool get ();
    void set (bool value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member IsDirty : bool with get, set
function get IsDirty () : boolean 
function set IsDirty (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

LegacyDiscussionThread Class

Microsoft.TeamFoundation.Discussion.Server Namespace