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