AudienceSiteInfo.SiteURL Property
Gets the URL for the site with which this audience is associated.
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 AudienceSiteInfo
Dim value As String
value = instance.SiteURL
public string SiteURL { get; }
Property Value
Type: System.String
String that represents the URL for the site.
Remarks
The SiteURL property is read-only.