AnalyticsUsageEvent.TenantId property
Gets or sets the ID for the tenant.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TenantId As Guid
Get
Set
'Usage
Dim instance As AnalyticsUsageEvent
Dim value As Guid
value = instance.TenantId
instance.TenantId = value
[DataMemberAttribute]
public Guid TenantId { get; set; }
Property value
Type: System.Guid