[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
);
[Description("Optional space for use by customer.")] public:
property string^ CustomerContent { string^ get(); void set(string^ value); }
'Declaration <DescriptionAttribute("Optional space for use by customer.")> Public Property CustomerContent As String