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