RasEntry.X25Address Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the X.25 address to connect to.

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

Syntax

C#
public string X25Address { get; set; }
Visual Basic
Public Property X25Address As String
	Get
	Set
Visual C++
public:
property String^ X25Address {
	String^ get ();
	void set (String^ value);
}
F#
member X25Address : 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 or native X.25 device.

See Also