AudienceSite.SiteURL Property

NOTE: This API is now obsolete.

Gets the URL for the site with which this audience is associated.

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 AudienceSite
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 site.

Remarks

The SiteURL property is read-only.

See Also

Reference

AudienceSite Class

AudienceSite Members

Microsoft.Office.Server.Audience Namespace