'Declaration<DefaultValueAttribute("")> <NotNullAttribute()> ReadOnly Property DisplayName As String
'UsageDim instance As IUANodeElement Dim value As String value = instance.DisplayName
[DefaultValue("")] [NotNull()] string DisplayName {get;}
[DefaultValue("")] [NotNull()] property String^ DisplayName { String^ get(); }