|
RepID 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.Utils.ServerObjects.Rep.ID"]
Namespace:
Furcadia.Net.Utils.ServerObjects
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public string ID { get; set; }
Public Property ID As String
Get
Set
Dim instance As Rep
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:
StringSee Also