'Declaration
<CanBeNullAttribute()> <DefaultValueAttribute("")> Public Property EditType As Type
'Usage
Dim instance As AutomaticValueControl Dim value As Type instance.EditType = value value = instance.EditType
[CanBeNull()] [DefaultValue("")] public Type EditType {get; set;}
[CanBeNull()] [DefaultValue("")] public: property Type^ EditType { Type^ get(); void set ( Type^ value); }