Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.