|
| DotRas SDK Documentation |
| RasIkeV2Info..::..IPv4NegotiationErrorCode Property |
| RasIkeV2Info Class See Also Send Feedback |
|
Gets the result of a PPP IPv4 network control protocol negotiation.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public int IPv4NegotiationErrorCode { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IPv4NegotiationErrorCode As Integer Get |
| Visual C++ |
|---|
public: property int IPv4NegotiationErrorCode { int get (); } |
| F# |
|---|
member IPv4NegotiationErrorCode : int with get |