'Declaration
<BrowsableAttribute(False)> <DataMemberAttribute()> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public ReadOnly Property RegularizedValue As Object
'Usage
Dim instance As ValueResult Dim value As Object value = instance.RegularizedValue
[Browsable(false)] [DataMember()] [EditorBrowsable(EditorBrowsableState.Advanced)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public object RegularizedValue {get;}
[Browsable(false)] [DataMember()] [EditorBrowsable(EditorBrowsableState.Advanced)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public: property Object^ RegularizedValue { Object^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.