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