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
- 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.