Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / EncryptionLevel Property


In This Topic
EncryptionLevel Property
In This Topic
Gets the Web page encryption level.
Syntax
'Declaration
 
ReadOnly Property EncryptionLevel As WebBrowserEncryptionLevel
 
'Usage
 
Dim instance As IWebControl
Dim value As WebBrowserEncryptionLevel
 
value = instance.EncryptionLevel
See Also