Area.Depth Property
NOTE: This API is now obsolete.
Gets the level of subareas.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property Depth As Integer
Get
'Usage
Dim instance As Area
Dim value As Integer
value = instance.Depth
[ObsoleteAttribute("This class is obsolete.")]
public int Depth { get; }
Property Value
Type: System.Int32
Int32 that represents the level of subareas.