AreaService.GetMySiteAreaID Method

Gets the GUID of the MySite area

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetMySiteAreaID As Guid
'Usage
Dim instance As AreaService
Dim returnValue As Guid

returnValue = instance.GetMySiteAreaID()
[WebMethodAttribute]
public Guid GetMySiteAreaID()

Return Value

Type: System.Guid
Guid, the identifier of the MySite area.

See Also

Reference

AreaService Class

AreaService Members

Microsoft.SharePoint.Portal Namespace