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)
Available in Sandboxed Solutions: No
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".