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