NetProxy.EncoderPage Property

FFF3PP

NetProxyEncoderPage Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Encodig

DEFAULT: Windows 1252

Namespace:  Furcadia.Net
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public int EncoderPage { get; }
Public ReadOnly Property EncoderPage As Integer
	Get

Dim instance As NetProxy
Dim value As Integer

value = instance.EncoderPage
public:
property int EncoderPage {
	int get ();
}
member EncoderPage : int with get

Property Value

Type: Int32
See Also