RasLcpOptions Class

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Represents remote access service (RAS) link control protocol options. 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 RasLcpOptions : ICloneable
Visual Basic
<SerializableAttribute>
Public NotInheritable Class RasLcpOptions
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class RasLcpOptions sealed : ICloneable
F#
[<SealedAttribute>]
[<SerializableAttribute>]
type RasLcpOptions =  
    class
        interface ICloneable
    end

Inheritance Hierarchy

System..::..Object
  DotRas..::..RasLcpOptions

See Also