'Declaration
<CanBeNullAttribute()> <DefaultValueAttribute("")> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public ReadOnly Property SelectionException As Exception
'Usage
Dim instance As AutomaticValueControl Dim value As Exception instance.SelectionException = value value = instance.SelectionException
[CanBeNull()] [DefaultValue("")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public Exception SelectionException {get;}
[CanBeNull()] [DefaultValue("")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public: property Exception^ SelectionException { Exception^ get(); }