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

ITabPageProvider.IsDirty

.NET Framework Security

See Also

Reference

ControlBuildDefinitionWorkspaceTab Class

Microsoft.TeamFoundation.Build.Controls Namespace