AudienceManager.SiteURL property

NOTE: This API is now obsolete.

Gets the URL for the current site.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<ObsoleteAttribute("SiteURL property is obsolete")> _
Public ReadOnly Property SiteURL As String
    Get
'Usage
Dim instance As AudienceManager
Dim value As String

value = instance.SiteURL
[ObsoleteAttribute("SiteURL property is obsolete")]
public string SiteURL { get; }

Property value

Type: System.String
String that represents the URL for the current site.

Remarks

The SiteURL property is read-only.

See also

Reference

AudienceManager class

AudienceManager members

Microsoft.Office.Server.Audience namespace