WssSettingsDataSet.WssAdminRow.IsWADMIN_USER_SYNC_SETTINGNull method
Determines whether the WADMIN_USER_SYNC_SETTING() property for the hosting server is set to a null value.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWADMIN_USER_SYNC_SETTINGNull As Boolean
'Usage
Dim instance As WssSettingsDataSet.WssAdminRow
Dim returnValue As Boolean
returnValue = instance.IsWADMIN_USER_SYNC_SETTINGNull()
public bool IsWADMIN_USER_SYNC_SETTINGNull()
Return value
Type: System.Boolean
True if the property value is null; otherwise, False.
See also
Reference
WssSettingsDataSet.WssAdminRow class