Share via


Area.Order Property

NOTE: This API is now obsolete.

Gets or sets the order of the area among the children areas of the same parent area.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property Order As Integer
    Get
    Set
'Usage
Dim instance As Area
Dim value As Integer

value = instance.Order

instance.Order = value
[ObsoleteAttribute("This class is obsolete.")]
public int Order { get; set; }

Property Value

Type: System.Int32
Int32 that represents the order of the area among the children areas of the same parent area.

See Also

Reference

Area Class

Area Members

Microsoft.SharePoint.Portal.SiteData Namespace