UseSecureConnection Property (IMapTileLayer)
In This Topic
Gets a value indicating whether a secure connection should be used for retrieving tiles.
Syntax
'Declaration
ReadOnly Property UseSecureConnection As Boolean
bool UseSecureConnection {get;}
Property Value
A
System.Boolean value.
true
if a secure connection should be used; otherwise,
false
.
See Also