'Declaration <DescriptionAttribute("The name representing the name of the folder.")> <DefaultValueAttribute(null)> Public Property Name As System.String
[Description("The name representing the name of the folder.")] [DefaultValue(null)] public System.String Name { get; set; }
[Description("The name representing the name of the folder.")] [DefaultValue(null)] public: __property System.String get_Name(); public: __property void set_Name(
System.String value
);
[Description("The name representing the name of the folder.")] [DefaultValue(null)] public:
property System.String Name { System.String get(); void set(System.String value); }