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