RasNetworkProtocols Class
From DotRas SDK
Represents network protocols for a remote access service (RAS) entry. This class cannot be inherited.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public sealed class RasNetworkProtocols : ICloneable |
| Visual Basic |
|---|
<SerializableAttribute> Public NotInheritable Class RasNetworkProtocols Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class RasNetworkProtocols sealed : ICloneable |
| F# |
|---|
[<SealedAttribute>] [<SerializableAttribute>] type RasNetworkProtocols = class interface ICloneable end |
Inheritance Hierarchy
See Also