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