'Declaration <DescriptionAttribute("A subject of annotation.")> <CategoryAttribute("Common")> <DefaultValueAttribute(null)> Public Property Subject As System.String
[Description("A subject of annotation.")] [Category("Common")] [DefaultValue(null)] public System.String Subject { get; set; }
[Description("A subject of annotation.")] [Category("Common")] [DefaultValue(null)] public: __property System.String get_Subject(); public: __property void set_Subject(
System.String value
);
[Description("A subject of annotation.")] [Category("Common")] [DefaultValue(null)] public:
property System.String Subject { System.String get(); void set(System.String value); }