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