DocumentService.IsSSLEnabled Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public Property IsSSLEnabled As Boolean
Get
Set
'Usage
Dim instance As DocumentService
Dim value As Boolean
value = instance.IsSSLEnabled
instance.IsSSLEnabled = value
[ObsoleteAttribute]
public bool IsSSLEnabled { get; set; }
Property Value
Type: System.Boolean