WssSettingsDataSet.WssAdminRow.WADMIN_DEFAULT_SITE_COLLECTION Property

Specifies whether default search settings for the hosting server are in use.

Namespace:  WebSvcWssInterop
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

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