Share via


Audience.AudienceName property

Gets or sets the name of this audience.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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
A string that represents the name of this audience.

Remarks

The AudienceName property is read/write.

See also

Reference

Audience class

Audience members

Microsoft.Office.Server.Audience namespace