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