AuthorInformationAttributeAuthorName Property |
Read-only access to the name of the author as specified in the original
attribute.
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic string AuthorName { get; }
Public ReadOnly Property AuthorName As String
Get
public:
property String^ AuthorName {
String^ get ();
}
member AuthorName : string with get
Property Value
Type:
String
See Also