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