SyncDataSet.SyncProjectSettingsRow.SYNC_WSS_SERVER_URL property
Gets or sets the URL of the SharePoint server for synchronization of the project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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