DiscussionThread.NeedsSave Property

True if the discussion has changed and can be saved to the local store.

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

Syntax

'Declaration
Public ReadOnly Property NeedsSave As Boolean
public bool NeedsSave { get; }
public:
property bool NeedsSave {
    bool get ();
}
member NeedsSave : bool with get
function get NeedsSave () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

DiscussionThread Class

Microsoft.TeamFoundation.Discussion.Client Namespace