Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SPWeb to be used as a data source.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Web As SPWeb
Get
Set
'Usage
Dim instance As SPHierarchyDataSourceControl
Dim value As SPWeb
value = instance.Web
instance.Web = value
public SPWeb Web { get; set; }
Property Value
Type: Microsoft.SharePoint.SPWeb
An SPWeb object.
See Also
Reference
SPHierarchyDataSourceControl Class