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: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
WssSettingsDataSet.WssAdminRow Class