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