Attachmate Reflection 2014 .NET API Reference
Realm Property


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
string Realm {get; set;}

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.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IConnectionSettingsTelnet Interface
IConnectionSettingsTelnet Members

Send Feedback