ControlBuildDefinitionDefaultsTab.IsValid Property
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
public bool IsValid { get; }
public:
virtual property bool IsValid {
bool get () sealed;
}
abstract IsValid : bool with get
override IsValid : bool with get
final function get IsValid () : 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.