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