BasePage.IsValid Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Overridable Property IsValid As Boolean
public virtual bool IsValid { get; protected set; }
public:
virtual property bool IsValid {
    bool get ();
    protected: void set (bool value);
}
abstract IsValid : bool with get, set 
override IsValid : bool with get, set
function get IsValid () : boolean 
protected function set IsValid (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

Implements

INavigationPage.IsValid

.NET Framework Security

See Also

Reference

BasePage Class

Microsoft.TeamFoundation.Controls.WPF Namespace