Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / RenewableTicket Property
In This Topic
    RenewableTicket Property
    In This Topic
    Specifies a time period (in seconds) during which Kerberos Ticket Granting Tickets (TGT) are renewable.
    Syntax
    expression.RenewableTicket As Integer
    where expression is a variable that represents a ConnectionSettingsTelnet Object
    Remarks
    The default value is "604,800" (7 days). This value cannot be changed if the connection is open.
    See Also