AggregateDataSourceView.RootName Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RootName As String
Get
Set
'Usage
Dim instance As AggregateDataSourceView
Dim value As String
value = instance.RootName
instance.RootName = value
public string RootName { get; set; }
Property Value
Type: System.String