DotRas SDK Documentation |
RasConnectionStatus..::..PhoneNumber Property |
RasConnectionStatus Class See Also Send Feedback |
Gets the phone number dialed for this specific connection.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public string PhoneNumber { get; } |
Visual Basic |
---|
Public ReadOnly Property PhoneNumber As String Get |
Visual C++ |
---|
public: property String^ PhoneNumber { String^ get (); } |
F# |
---|
member PhoneNumber : string with get |