Gets or sets the facilities to request from 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 X25Facilities { get; set; } |
Visual Basic |
---|
Public Property X25Facilities As String Get Set |
Visual C++ |
---|
public: property String^ X25Facilities { String^ get (); void set (String^ value); } |
F# |
---|
member X25Facilities : string with get, set |
Property Value
Type: StringRemarks
This member is ignored if the X25Address is an empty string.