DataRoot.Root Property

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

Public Property Root As String
    Get
    Set

Dim instance As DataRoot
Dim value As String

value = instance.Root

instance.Root = value
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