'Declaration <DescriptionAttribute("State to which the original annotation should be set.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(null)> Public Property State As System.String
[Description("State to which the original annotation should be set.")] [Category("Appearance")] [DefaultValue(null)] public System.String State { get; set; }
[Description("State to which the original annotation should be set.")] [Category("Appearance")] [DefaultValue(null)] public: __property System.String get_State(); public: __property void set_State(
System.String value
);
[Description("State to which the original annotation should be set.")] [Category("Appearance")] [DefaultValue(null)] public:
property System.String State { System.String get(); void set(System.String value); }
Property Value
Default value: "Unmarked" if StateModel is "Marked"; "None" if StateModel is "Review".