Specifies a text.
Read-write property
[Visual Basic .NET] |
---|
Public Property Text() As String |
[C#] |
---|
public string Text {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Text(); |
[Unmanaged C++] |
---|
public: HRESULT get_Text( BSTR * pVal ); public: HRESULT put_Text( BSTR Text ); |
[Java] |
---|
public String getText(); public void setText( String ); |