Audience.AudienceName Property
Gets and sets the name of this audience.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property AudienceName As String
Get
Set
'Usage
Dim instance As Audience
Dim value As String
value = instance.AudienceName
instance.AudienceName = value
public string AudienceName { get; set; }
Property Value
Type: System.String
String that represents the name of this audience.
Remarks
The AudienceName property is read/write.