AudienceSiteInfo.SiteGuid Property
Gets the globally unique identifier (GUID) for the portal site with which this audience is associated.
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 AudienceSiteInfo
Dim value As Guid
value = instance.SiteGuid
public Guid SiteGuid { get; }
Property Value
Type: System.Guid
System.Guid that represents the GUID for the site.
Remarks
The SiteGuid property is read-only.