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