SyncDataSet.SyncProjectSettingsRow.IsSYNC_WSS_SERVER_URLNull method
Determines whether the SYNC_WSS_SERVER_URL property is set to a null value.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsSYNC_WSS_SERVER_URLNull As Boolean
'Usage
Dim instance As SyncDataSet.SyncProjectSettingsRow
Dim returnValue As Boolean
returnValue = instance.IsSYNC_WSS_SERVER_URLNull()
public bool IsSYNC_WSS_SERVER_URLNull()
Return value
Type: System.Boolean
See also
Reference
SyncDataSet.SyncProjectSettingsRow class