Compartilhar via


MetadataHierarchyDataSourceControl.Web Property

This member is reserved for internal use and is not intended to be used directly from your code. Gets the SPWeb object used to fetch the relevant data.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public ReadOnly Property Web As SPWeb
    Get
'Usage
Dim instance As MetadataHierarchyDataSourceControl
Dim value As SPWeb

value = instance.Web
public SPWeb Web { get; }

Property Value

Type: Microsoft.SharePoint.SPWeb
The SPWeb object where the MetadataHierarchyDataSourceControl is held.

See Also

Reference

MetadataHierarchyDataSourceControl Class

MetadataHierarchyDataSourceControl Members

Microsoft.Office.Server.WebControls Namespace