AudienceManager.SiteURL Property

Gets the URL for the current site.

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

Syntax

'Declaration
Public ReadOnly Property SiteURL As String
    Get
'Usage
Dim instance As AudienceManager
Dim value As String

value = instance.SiteURL
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. The URL returned by this property corresponds to the SiteUrl property of the PortalContext object associated with this audience.

See Also

Reference

AudienceManager Class

AudienceManager Members

Microsoft.Office.Server.Audience Namespace