RasEntry.X25PadType Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the X.25 PAD type.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public string X25PadType { get; set; }
Visual Basic
Public Property X25PadType As String
	Get
	Set
Visual C++
public:
property String^ X25PadType {
	String^ get ();
	void set (String^ value);
}
F#
member X25PadType : string with get, set

Property Value

Type: String

Remarks

This member should be an empty string unless the entry should dial using an X.25 PAD. This member maps to a section name in PAD.INF.

See Also