'Declaration
<DataMemberAttribute()> <DefaultValueAttribute("")> <TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)> Public Property Value As Object
[DataMember()] [DefaultValue("")] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)] public object Value {get; set;}
[DataMember()] [DefaultValue("")] [TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)] public: property Object^ Value { Object^ get(); void set ( Object^ value); }