WssServersDataSet.WssServersDataTable.WSTS_WEB_PORT_IS_SSLColumn property
Defines the column for the WSTS_WEB_PORT_IS_SSL field.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property WSTS_WEB_PORT_IS_SSLColumn As DataColumn
Get
'Usage
Dim instance As WssServersDataSet.WssServersDataTable
Dim value As DataColumn
value = instance.WSTS_WEB_PORT_IS_SSLColumn
public DataColumn WSTS_WEB_PORT_IS_SSLColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
WssServersDataSet.WssServersDataTable class