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