Share via


AudienceManager.SiteGuid Property

Gets the globally unique identifier (GUID) for the current site.

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 AudienceManager
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 current site.

Remarks

The SiteGuid property is read-only. The GUID returned by this property corresponds to the SiteId property of the PortalContext object associated with this audience.

See Also

Reference

AudienceManager Class

AudienceManager Members

Microsoft.Office.Server.Audience Namespace