'Declaration
<DefaultValueAttribute(True)> <IsValueEvidentAttribute(True)> Public ReadOnly Property IsNull As Boolean
'Usage
Dim instance As UAConfigurationVersion Dim value As Boolean value = instance.IsNull
[DefaultValue(true)] [IsValueEvident(true)] public bool IsNull {get;}
[DefaultValue(true)] [IsValueEvident(true)] public: property bool IsNull { bool get(); }