AuthorInformationAttributeAuthorEmail Property |
Read-only access to the email 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 AuthorEmail { get; }
Public ReadOnly Property AuthorEmail As String
Get
public:
property String^ AuthorEmail {
String^ get ();
}
member AuthorEmail : string with get
Property Value
Type:
String
See Also