WssServersDataSet.WssServersRow.WSTS_SERVER_ADMIN_PORT Property
Specifies the TCP/IP server administration port for the SharePoint server for projects.
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 Property WSTS_SERVER_ADMIN_PORT As Integer
Get
Set
'Usage
Dim instance As WssServersDataSet.WssServersRow
Dim value As Integer
value = instance.WSTS_SERVER_ADMIN_PORT
instance.WSTS_SERVER_ADMIN_PORT = value
public int WSTS_SERVER_ADMIN_PORT { get; set; }
Property Value
Type: System.Int32
See Also
Reference
WssServersDataSet.WssServersRow Class