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