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