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