'DeclarationReadOnly Property Value As System.Boolean
'UsageDim instance As IValidation Dim value As System.Boolean value = instance.Value
System.bool Value {get;}
read-only property Value: System.Boolean;
function get Value : System.boolean
__property System.bool get_Value();
property System.bool Value { System.bool get(); }