'Declaration
<DefaultValueAttribute("")> <IsValueEvidentAttribute(True)> <NotNullAttribute()> Public Property WriterGroupName As String
'Usage
Dim instance As UAPubSubLocators Dim value As String instance.WriterGroupName = value value = instance.WriterGroupName
[DefaultValue("")] [IsValueEvident(true)] [NotNull()] public string WriterGroupName {get; set;}
[DefaultValue("")] [IsValueEvident(true)] [NotNull()] public: property String^ WriterGroupName { String^ get(); void set ( String^ value); }