ProxySession.Rep.ID Property

FFF3PP

ProxySessionRepID Property

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

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

[Missing <summary> documentation for "P:Furcadia.Net.Proxy.ProxySession.Rep.ID"]

Namespace:  Furcadia.Net.Proxy
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public string ID { get; set; }
Public Property ID As String
	Get
	Set

Dim instance As ProxySessionRep
Dim value As String

value = instance.ID

instance.ID = value
public:
property String^ ID {
	String^ get ();
	void set (String^ value);
}
member ID : string with get, set

Property Value

Type: String
See Also