'Declaration Public ReadOnly Property IsValid As Boolean
public bool IsValid {get;}
true
false
var length = new Length("10in"); bool isValid = length.IsValid; // true
Length Structure Length Members