Share via


WssSettingsDataSet.WssAdminRow.WADMIN_DEFAULT_SITE_COLLECTION property

Gets or sets a value that indicates whether default search settings for the hosting server are in use.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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
A string that contains site collection information.

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

WssSettingsDataSet.WssAdminRow members

WebSvcWssInterop namespace