DataRoot.Root Property

NOTE: This API is now obsolete.

Gets or sets a string that identifies the data root for a particular adapter instance.

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

Syntax

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

value = instance.Root

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

Property Value

Type: System.String
A string that specifies the data root. In the case of a Microsoft SQL Server adapter, this property contains the SQL Server name. In the case of a Microsoft Windows SharePoint Services adapter, this property contains the URL for the SharePoint site.

See Also

Reference

DataRoot Class

DataRoot Members

Microsoft.SharePoint.Dsp Namespace