Gets or sets the network protocols to negotiate.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasNetworkProtocols NetworkProtocols { get; set; } |
| Visual Basic |
|---|
Public Property NetworkProtocols As RasNetworkProtocols
Get
Set |
| Visual C++ |
|---|
public:
property RasNetworkProtocols^ NetworkProtocols {
RasNetworkProtocols^ get ();
void set (RasNetworkProtocols^ value);
} |
| F# |
|---|
member NetworkProtocols : RasNetworkProtocols with get, set
|
Property Value
Type:
RasNetworkProtocols
See Also