AudienceManager.SiteGuid Property

NOTE: This API is now obsolete.

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

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

Syntax

'Declaration
<ObsoleteAttribute("SiteGuid property is obsolete")> _
Public ReadOnly Property SiteGuid As Guid
    Get
'Usage
Dim instance As AudienceManager
Dim value As Guid

value = instance.SiteGuid
[ObsoleteAttribute("SiteGuid property is obsolete")]
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.

See Also

Reference

AudienceManager Class

AudienceManager Members

Microsoft.Office.Server.Audience Namespace