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