Audience.AudienceSite Property
Gets the URL for the portal site associated with this audience.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property AudienceSite As String
Get
'Usage
Dim instance As Audience
Dim value As String
value = instance.AudienceSite
public string AudienceSite { get; }
Property Value
Type: System.String
String that represents the site URL for this audience.
Remarks
The AudienceSite property is read-only.