WssServersDataSet.WssServersRow.WSTS_WEB_PORT_IS_SSL propriedade
Especifica se o número da porta TCP/IP básico também oferece suporte a Secure Sockets Layer (SSL).
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property WSTS_WEB_PORT_IS_SSL As Byte
Get
Set
'Uso
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; }
Valor de propriedade
Tipo: System.Byte
Ver também
Referência
WssServersDataSet.WssServersRow classe