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