Partager via


Area.Owner, propriété (Microsoft.SharePoint.Portal.SiteData)

Gets or sets the owner of the area.

Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property Owner As String
'Utilisation
Dim instance As Area
Dim value As String

value = instance.Owner

instance.Owner = value
public string Owner { get; set; }

Valeur de la propriété

String that represents the owner of the area.

Remarques

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

Voir aussi

Référence

Area, classe
Membres Area
Microsoft.SharePoint.Portal.SiteData, espace de noms