'Declaration <DescriptionAttribute("Optional space for use by customer.")> Public Property CustomerContent As String
[Description("Optional space for use by customer.")] public string CustomerContent { get; set; }
[Description("Optional space for use by customer.")] public: __property string* get_CustomerContent(); public: __property void set_CustomerContent(
string* value
);