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