WssSettingsDataSet.WssAdminRow.WADMIN_DEFAULT_SITE_COLLECTION Property
Specifies whether default search settings for the hosting server are in use.
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
Syntax
'Declaration
Public Property WADMIN_DEFAULT_SITE_COLLECTION As String
Get
Set
'Usage
Dim instance As WssSettingsDataSet.WssAdminRow
Dim value As String
value = instance.WADMIN_DEFAULT_SITE_COLLECTION
instance.WADMIN_DEFAULT_SITE_COLLECTION = value
public string WADMIN_DEFAULT_SITE_COLLECTION { get; set; }
Property Value
Type: System.String
Remarks
If the default settings are not in use, then a hosting server is using custom scopes and search settings.
See Also
Reference
WssSettingsDataSet.WssAdminRow Class