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 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.