Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / Realm Property


In This Topic
Realm Property
In This Topic
Specifies the the realm portion of the full principal name.
Syntax
'Declaration
 
Property Realm As String
 
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As String
 
instance.Realm = value
 
value = instance.Realm

Property Value

This value cannot be changed if the connection is open.
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.
See Also