'Declaration <DescriptionAttribute("State model corresponding to state.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(null)> Public Property StateModel As System.String
[Description("State model corresponding to state.")] [Category("Appearance")] [DefaultValue(null)] public System.String StateModel { get; set; }
[Description("State model corresponding to state.")] [Category("Appearance")] [DefaultValue(null)] public: __property System.String get_StateModel(); public: __property void set_StateModel(
System.String value
);
[Description("State model corresponding to state.")] [Category("Appearance")] [DefaultValue(null)] public:
property System.String StateModel { System.String get(); void set(System.String value); }