A string number in the form of a GUID that uniquely represents
this creature in the EcoSystem.
Namespace: Terrarium.Sdk.Classes.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic string ID { get; }
Public ReadOnly Property ID As String
Get
public:
property String^ ID {
String^ get ();
}
member ID : string with get
Return Value
Type:
String
System.String uniquely identifying this creature in the EcoSystem.
See Also