RasEntry.FrameSize Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the network protocol frame size.

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

Syntax

C#
public int FrameSize { get; set; }
Visual Basic
Public Property FrameSize As Integer
	Get
	Set
Visual C++
public:
property int FrameSize {
	int get ();
	void set (int value);
}
F#
member FrameSize : int with get, set

Property Value

Type: Int32

Remarks

This member is ignored unless FramingProtocol sets the Slip flag.

See Also