AudienceNameID.AudienceID Property
Gets the globally unique identifier (GUID) for the audience.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property AudienceID As String
Get
'Usage
Dim instance As AudienceNameID
Dim value As String
value = instance.AudienceID
public string AudienceID { get; }
Property Value
Type: System.String
System.Guid object that represents the GUID for the audience.
Remarks
The AudienceID property is ready-only.