'Declaration
<CanBeNullAttribute()> <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()] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public Exception SelectionException {get;}
[CanBeNull()] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public: property Exception^ SelectionException { Exception^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.