OrganismClassAttributeClassName Property |
Provides read-only access to the name of the class that
represents the creature class within the assembly.
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic string ClassName { get; }
Public ReadOnly Property ClassName As String
Get
public:
property String^ ClassName {
String^ get ();
}
member ClassName : string with get
Property Value
Type:
String
See Also