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