|
| DotRas SDK Documentation |
| RasLcpInfo..::..ReplyMessage Property |
| RasLcpInfo Class See Also Send Feedback |
|
Gets the message (if any) from the authentication protocol success/failure packet.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public string ReplyMessage { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ReplyMessage As String Get |
| Visual C++ |
|---|
public: property String^ ReplyMessage { String^ get (); } |
| F# |
|---|
member ReplyMessage : string with get |