|
| DotRas SDK Documentation |
| RasPhoneBookDialogEventArgs..::..Text Property |
| RasPhoneBookDialogEventArgs Class See Also Send Feedback |
|
Gets a string whose meaning depends on the event which was raised.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public string Text { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Text As String Get |
| Visual C++ |
|---|
public: property String^ Text { String^ get (); } |
| F# |
|---|
member Text : string with get |