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