SyncDataSet.SyncProjectSettingsRow.SYNC_WSS_SERVER_URL Property
Gets or sets the URL of the SharePoint server for synchronization of the project.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property SYNC_WSS_SERVER_URL As String
Get
Set
'Usage
Dim instance As SyncDataSet.SyncProjectSettingsRow
Dim value As String
value = instance.SYNC_WSS_SERVER_URL
instance.SYNC_WSS_SERVER_URL = value
public string SYNC_WSS_SERVER_URL { get; set; }
Property Value
Type: System.String
See Also
Reference
SyncDataSet.SyncProjectSettingsRow Class