Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsTelnet Object / Realm Property
In This Topic
    Realm Property
    In This Topic
    Specifies the realm portion of the full principal name.
    Syntax
    expression.Realm As String
    where expression is a variable that represents a ConnectionSettingsTelnet Object
    Remarks
    A full principal name includes both the principal name and the realm name, in the format [principal]@[realm name]. Use Principal to specify the principal. This value cannot be changed if the connection is open.
    See Also