AudienceSite.SiteGuid Property
Gets the globally unique identifier (GUID) for the portal site associated with this audience.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property SiteGuid As Guid
Get
'Usage
Dim instance As AudienceSite
Dim value As Guid
value = instance.SiteGuid
public Guid SiteGuid { get; }
Property Value
Type: System.Guid
System.Guid object that represents the GUID for the portal site associated with this audience.
Remarks
The SiteGuid property is read-only.