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