ControlBuildDefinitionWorkflowTab.IsDirty Property
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Property IsDirty As Boolean
public bool IsDirty { get; set; }
public:
virtual property bool IsDirty {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsDirty : bool with get, set
override IsDirty : bool with get, set
final function get IsDirty () : boolean
final function set IsDirty (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
Implements
.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.