Share via


Audience.AudienceID Property

Gets the GUID for this audience.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property AudienceID As Guid
    Get
'Usage
Dim instance As Audience
Dim value As Guid

value = instance.AudienceID
public Guid AudienceID { get; }

Property Value

Type: System.Guid
An object that represents the GUID for this audience.

Remarks

The AudienceID property is read-only.

See Also

Reference

Audience Class

Audience Members

Microsoft.Office.Server.Audience Namespace