次の方法で共有


AnalyticsUsageEvent.SiteId property

Gets or sets the unique 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
<DataMemberAttribute> _
Public Property SiteId As Guid
    Get
    Set
'Usage
Dim instance As AnalyticsUsageEvent
Dim value As Guid

value = instance.SiteId

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

Property value

Type: System.Guid

Implements

IAnalyticsUsageEvent.SiteId

See also

Reference

AnalyticsUsageEvent class

AnalyticsUsageEvent members

Microsoft.Office.Server.Search.Analytics namespace