RasEntry.X25UserData Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the additional connection information supplied to the X.25 host upon connection.

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

Syntax

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

Property Value

Type: String

Remarks

This member is ignored if the X25Address is an empty string.

See Also