Area.Owner Property

NOTE: This API is now obsolete.

Gets or sets the owner of the area.

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

Syntax

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

value = instance.Owner

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

Property Value

Type: System.String
String that represents the owner of the area.

Remarks

If the OwnerSID property has a value, it takes precedence over the string value contained in the Owner property.

See Also

Reference

Area Class

Area Members

Microsoft.SharePoint.Portal.SiteData Namespace