'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.Xml.Serialization.XmlIgnoreAttribute()> <System.Xml.Serialization.SoapIgnoreAttribute()> Public ReadOnly Property Validated As System.Boolean
'Usage
Dim instance As BasePublicObject Dim value As System.Boolean value = instance.Validated
[System.ComponentModel.Browsable(false)] [System.Xml.Serialization.XmlIgnore()] [System.Xml.Serialization.SoapIgnore()] public System.bool Validated {get;}