'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The description associated with this folder.")> Public Property Description As System.String
[DefaultValue(null)] [Description("The description associated with this folder.")] public System.String Description { get; set; }
[DefaultValue(null)] [Description("The description associated with this folder.")] public: __property System.String get_Description(); public: __property void set_Description(
System.String value
);
[DefaultValue(null)] [Description("The description associated with this folder.")] public:
property System.String Description { System.String get(); void set(System.String value); }