SPWebService.DiscoPage property

Gets or sets the path to the Web Services Discovery page relative to the /_vti_bin virtual directory.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DiscoPage As String
    Get
    Set
'Usage
Dim instance As SPWebService
Dim value As String

value = instance.DiscoPage

instance.DiscoPage = value
public string DiscoPage { get; set; }

Property value

Type: System.String
A string that contains the path to the Web Services Discovery page. The default value is "spdisco.aspx".

See also

Reference

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace