'Declaration <CategoryAttribute("Common")> <DefaultValueAttribute("")> <DescriptionAttribute("Text to be displayed fo the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.")> Public Property Contents As String
[Category("Common")] [DefaultValue("")] [Description("Text to be displayed fo the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.")] public string Contents {get; set;}
[Category("Common")] [DefaultValue("")] [Description("Text to be displayed fo the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.")] public: __property string* get_Contents(); public: __property void set_Contents( string* value );
[Category("Common")] [DefaultValue("")] [Description("Text to be displayed fo the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.")] public: property String^ Contents { String^ get(); void set ( String^ value); }