WssServersDataSet.WssServersDataTable.WSTS_ADMIN_PORT_IS_SSLColumn Property
Defines the column for the WSTS_ADMIN_PORT_IS_SSL field.
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 ReadOnly Property WSTS_ADMIN_PORT_IS_SSLColumn As DataColumn
Get
'Usage
Dim instance As WssServersDataSet.WssServersDataTable
Dim value As DataColumn
value = instance.WSTS_ADMIN_PORT_IS_SSLColumn
public DataColumn WSTS_ADMIN_PORT_IS_SSLColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
WssServersDataSet.WssServersDataTable Class