RasEntryOptions Class

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Represents options 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 RasEntryOptions : ICloneable
Visual Basic
<SerializableAttribute>
Public NotInheritable Class RasEntryOptions
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class RasEntryOptions sealed : ICloneable
F#
[<SealedAttribute>]
[<SerializableAttribute>]
type RasEntryOptions =  
    class
        interface ICloneable
    end

Inheritance Hierarchy

System..::..Object
  DotRas..::..RasEntryOptions

See Also