Share via


AreaCollection.Item Property (Guid)

NOTE: This API is now obsolete.

Gets an area by indexer of type GUID.

Namespace:  Microsoft.SharePoint.Portal.SiteData
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Default Property Item ( _
    index As Guid _
) As Area
    Get
'Usage
Dim instance As AreaCollection
Dim index As Guid
Dim value As Area

value = instance(index)
[ObsoleteAttribute("This class is obsolete.")]
public Area this[
    Guid index
] { get; }

Parameters

  • index
    Type: System.Guid
    System.Guid object that is the unique identifier of the area.

Property Value

Type: Microsoft.SharePoint.Portal.SiteData.Area
An Area object that represents the area.

See Also

Reference

AreaCollection Class

AreaCollection Members

Item Overload

Microsoft.SharePoint.Portal.SiteData Namespace