'Declaration <DescriptionAttribute("Intent of the annotation.")> Public Property Intent As System.String
[Description("Intent of the annotation.")] public System.String Intent { get; set; }
[Description("Intent of the annotation.")] public: __property System.String get_Intent(); public: __property void set_Intent(
System.String value
);
[Description("Intent of the annotation.")] public:
property System.String Intent { System.String get(); void set(System.String value); }