Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / EraInfo Class / EraName Property


In This Topic
    EraName Property
    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