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