In This Topic
Gets the name of the era.
Syntax
'Declaration
Public ReadOnly Property EraName As String
'Usage
Dim instance As EraInfo
Dim value As String
value = instance.EraName
public string EraName {get;}
Property Value
The name of the era.
See Also