'Declaration <DescriptionAttribute("Information about the user who created the annotation.")> Public Property CreatedBy As String
[Description("Information about the user who created the annotation.")] public string CreatedBy {get; set;}
[Description("Information about the user who created the annotation.")] public: __property string* get_CreatedBy(); public: __property void set_CreatedBy( string* value );
[Description("Information about the user who created the annotation.")] public: property String^ CreatedBy { String^ get(); void set ( String^ value); }