IAnalyticsItemData.SiteId property
Gets the ID for the site.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
ReadOnly Property SiteId As Guid
Get
'Usage
Dim instance As IAnalyticsItemData
Dim value As Guid
value = instance.SiteId
Guid SiteId { get; }
Property value
Type: System.Guid