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