Get/Set if the Token is valid (the Token is found in the ItemsSource, if provided).
Syntax
'Declaration
Public Property IsValid As Boolean
'Usage
Dim instance As TokenItem
Dim value As Boolean
instance.IsValid = value
value = instance.IsValid
public bool IsValid {get; set;}
Requirements
See Also