Share via


IPropertyPage.Verify Method

Verifies the contents of the property page that are valid. If the contents are not valid, the page should make it visible and display an error message.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Function Verify As Boolean
'Usage
Dim instance As IPropertyPage
Dim returnValue As Boolean

returnValue = instance.Verify()
bool Verify()
bool Verify()
abstract Verify : unit -> bool 
function Verify() : boolean

Return Value

Type: System.Boolean
true to the contents of the property page that are valid; otherwise, false.