CookiesAuthenticationControl.IsValid property

Gets a value indicating whether the control is valid.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property IsValid As Boolean
    Get
'Usage
Dim instance As CookiesAuthenticationControl
Dim value As Boolean

value = instance.IsValid
public bool IsValid { get; }

Property value

Type: System.Boolean
true if the control is valid; otherwise, false.

See also

Reference

CookiesAuthenticationControl class

CookiesAuthenticationControl members

Microsoft.Office.Server.Search.WebControls namespace