|
| DotRas SDK Documentation |
| RasLcpOptions..::..Acfc Property |
| RasLcpOptions Class See Also Send Feedback |
|
Gets a value indicating whether address and control field compression is being used.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool Acfc { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Acfc As Boolean Get |
| Visual C++ |
|---|
public: property bool Acfc { bool get (); } |
| F# |
|---|
member Acfc : bool with get |