WssServersDataSet.WssServersRow.WSTS_WEB_PORT_IS_SSL Property
Specifies whether the basic TCP/IP port number also supports Secure Sockets Layer (SSL).
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_WEB_PORT_IS_SSL As Byte
Get
Set
'Usage
Dim instance As WssServersDataSet.WssServersRow
Dim value As Byte
value = instance.WSTS_WEB_PORT_IS_SSL
instance.WSTS_WEB_PORT_IS_SSL = value
public byte WSTS_WEB_PORT_IS_SSL { get; set; }
Property Value
Type: System.Byte
See Also
Reference
WssServersDataSet.WssServersRow Class