Reflection
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.
See Also