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