Share via


WssServersDataSet.WssServersRow.WSTS_ADMIN_PORT_IS_SSL Property

Indicates whether the TCP/IP port set for administration also supports the Secure Sockets Layer (SSL) protocol on the SharePoint server for projects.

Namespace:  [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl

Syntax

'Declaration
Public Property WSTS_ADMIN_PORT_IS_SSL As Byte
    Get
    Set
'Usage
Dim instance As WssServersDataSet.WssServersRow
Dim value As Byte

value = instance.WSTS_ADMIN_PORT_IS_SSL

instance.WSTS_ADMIN_PORT_IS_SSL = value
public byte WSTS_ADMIN_PORT_IS_SSL { get; set; }

Property Value

Type: System.Byte

Remarks

If the administration port does not support SSL, then the port operates only with non-secured HTTP protocol.

See Also

Reference

WssServersDataSet.WssServersRow Class

WssServersDataSet.WssServersRow Members

WssInterop Web Service