WssServersDataSet.WssServersDataTable.AddWssServersRow method (Guid, String, Int32, Int32, Byte, Byte, String, String, String, String, String)
Adds a WssServersRow object to the WssServersDataTable, by using separate parameters.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddWssServersRow ( _
WSTS_SERVER_UID As Guid, _
WSTS_SERVER_NAME As String, _
WSTS_SERVER_WEB_PORT As Integer, _
WSTS_SERVER_ADMIN_PORT As Integer, _
WSTS_WEB_PORT_IS_SSL As Byte, _
WSTS_ADMIN_PORT_IS_SSL As Byte, _
WSTS_MANAGED_PATH As String, _
WSTS_EXTRANET_SERVER_NAME As String, _
WSTS_ADMIN_SERVER_NAME As String, _
WSTS_NETBIOS_SERVER_NAME As String, _
WSS_SERVER_URL As String _
) As WssServersDataSet.WssServersRow
'Usage
Dim instance As WssServersDataSet.WssServersDataTable
Dim WSTS_SERVER_UID As Guid
Dim WSTS_SERVER_NAME As String
Dim WSTS_SERVER_WEB_PORT As Integer
Dim WSTS_SERVER_ADMIN_PORT As Integer
Dim WSTS_WEB_PORT_IS_SSL As Byte
Dim WSTS_ADMIN_PORT_IS_SSL As Byte
Dim WSTS_MANAGED_PATH As String
Dim WSTS_EXTRANET_SERVER_NAME As String
Dim WSTS_ADMIN_SERVER_NAME As String
Dim WSTS_NETBIOS_SERVER_NAME As String
Dim WSS_SERVER_URL As String
Dim returnValue As WssServersDataSet.WssServersRow
returnValue = instance.AddWssServersRow(WSTS_SERVER_UID, _
WSTS_SERVER_NAME, WSTS_SERVER_WEB_PORT, _
WSTS_SERVER_ADMIN_PORT, WSTS_WEB_PORT_IS_SSL, _
WSTS_ADMIN_PORT_IS_SSL, WSTS_MANAGED_PATH, _
WSTS_EXTRANET_SERVER_NAME, WSTS_ADMIN_SERVER_NAME, _
WSTS_NETBIOS_SERVER_NAME, WSS_SERVER_URL)
public WssServersDataSet.WssServersRow AddWssServersRow(
Guid WSTS_SERVER_UID,
string WSTS_SERVER_NAME,
int WSTS_SERVER_WEB_PORT,
int WSTS_SERVER_ADMIN_PORT,
byte WSTS_WEB_PORT_IS_SSL,
byte WSTS_ADMIN_PORT_IS_SSL,
string WSTS_MANAGED_PATH,
string WSTS_EXTRANET_SERVER_NAME,
string WSTS_ADMIN_SERVER_NAME,
string WSTS_NETBIOS_SERVER_NAME,
string WSS_SERVER_URL
)
Parameters
- WSTS_SERVER_UID
Type: System.Guid
- WSTS_SERVER_NAME
Type: System.String
- WSTS_SERVER_WEB_PORT
Type: System.Int32
- WSTS_SERVER_ADMIN_PORT
Type: System.Int32
- WSTS_WEB_PORT_IS_SSL
Type: System.Byte
- WSTS_ADMIN_PORT_IS_SSL
Type: System.Byte
- WSTS_MANAGED_PATH
Type: System.String
- WSTS_EXTRANET_SERVER_NAME
Type: System.String
- WSTS_ADMIN_SERVER_NAME
Type: System.String
- WSTS_NETBIOS_SERVER_NAME
Type: System.String
- WSS_SERVER_URL
Type: System.String
Return value
Type: WebSvcWssInterop.WssServersDataSet.WssServersRow
Remarks
In general, developers should use the AddWssServersRow overload.
See also
Reference
WssServersDataSet.WssServersDataTable class