'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("State to which the original annotation should be set.")> <DefaultValueAttribute(null)> Public Property State As System.String
[Category("Appearance")] [Description("State to which the original annotation should be set.")] [DefaultValue(null)] public System.String State { get; set; }
[Category("Appearance")] [Description("State to which the original annotation should be set.")] [DefaultValue(null)] public: __property System.String get_State(); public: __property void set_State(
System.String value
);
[Category("Appearance")] [Description("State to which the original annotation should be set.")] [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".