|
ProxySessionConnectedFurreName Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Gets or sets the name of the connected furre.
Namespace:
Furcadia.Net.Proxy
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public string ConnectedFurreName { get; set; }
Public Property ConnectedFurreName As String
Get
Set
Dim instance As ProxySession
Dim value As String
value = instance.ConnectedFurreName
instance.ConnectedFurreName = value
public:
property String^ ConnectedFurreName {
String^ get ();
void set (String^ value);
}
member ConnectedFurreName : string with get, set
Property Value
Type:
String
The name of the connected furre.
See Also