DspAdapter.DefaultWebUrl Property

NOTE: This API is now obsolete.

Gets or sets the default server URL.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp.SoapPT (in Microsoft.SharePoint.Dsp.SoapPT.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property DefaultWebUrl As String
    Get
    Set
'Usage
Dim instance As DspAdapter
Dim value As String

value = instance.DefaultWebUrl

instance.DefaultWebUrl = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public string DefaultWebUrl { get; set; }

Property Value

Type: System.String
A string that contains the default server URL.

See Also

Reference

DspAdapter Class

DspAdapter Members

DefaultWebUrl Overload

Microsoft.SharePoint.Dsp Namespace