In This Topic

Text Property (AnnotationComment)

In This Topic
The text to display.
Syntax
'Declaration

 

Public Shadows Property Text As String
public new string Text {get; set;}
public read-write property Text: String; 
public hide function get,set Text : String
public: __property new string* get_Text();

public: __property new void set_Text( 

   string* value

);
public:

new property String^ Text {

   String^ get();

   void set (    String^ value);

}
See Also