'Declaration <DescriptionAttribute("A selected item of choice field.")> <DefaultValueAttribute(null)> <CategoryAttribute("Value")> Public Overridable Property SelectedItem As System.String
[Description("A selected item of choice field.")] [DefaultValue(null)] [Category("Value")] public virtual System.String SelectedItem { get; set; }
[Description("A selected item of choice field.")] [DefaultValue(null)] [Category("Value")] public: __property virtual System.String get_SelectedItem(); public: __property virtual void set_SelectedItem(
System.String value
);
[Description("A selected item of choice field.")] [DefaultValue(null)] [Category("Value")] public:
virtual property System.String SelectedItem { System.String get(); void set(System.String value); }
Property Value
null if choice field does NOT have selected item;
value of the DisplayedValue property if choice field has selected item.
value of the DisplayedValue property if choice field has selected item.