Gets whether the connection is valid.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool IsValid { get; private set; } |
Visual Basic |
---|
Public Property IsValid As Boolean Get Private Set |
JScript |
---|
function get IsValid () : boolean private function set IsValid (value : boolean) |