'Declaration
<CanBeNullAttribute()> <LocalizableAttribute(False)> <TypeConverterAttribute(System.ComponentModel.StringConverter)> Public Property ConverterParameter As Object
'Usage
Dim instance As AbstractBinding Dim value As Object instance.ConverterParameter = value value = instance.ConverterParameter
[CanBeNull()] [Localizable(false)] [TypeConverter(System.ComponentModel.StringConverter)] public object ConverterParameter {get; set;}
[CanBeNull()] [Localizable(false)] [TypeConverter(System.ComponentModel.StringConverter)] public: property Object^ ConverterParameter { Object^ get(); void set ( Object^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.