IWorkItemInformationProvider.IsDirty Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
'Declaration
ReadOnly Property IsDirty As Boolean
bool IsDirty { get; }
property bool IsDirty {
bool get ();
}
abstract IsDirty : bool with get
function get IsDirty () : boolean
Type: System.Boolean
Returns Boolean.
- 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.
IWorkItemInformationProvider Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace