Share via


SPAnalyticsUsageEntry.SiteId property

Gets or sets the ID of the site collection to which the event applies.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SiteId As Guid
    Get
    Set
'Usage
Dim instance As SPAnalyticsUsageEntry
Dim value As Guid

value = instance.SiteId

instance.SiteId = value
[DataMemberAttribute]
public Guid SiteId { get; set; }

Property value

Type: System.Guid

See also

Reference

SPAnalyticsUsageEntry class

SPAnalyticsUsageEntry members

Microsoft.SharePoint.Administration namespace