AnalyticsUsageEvent.TenantId - Propriété
Obtient ou définit l'ID du client.
Espace de noms : Microsoft.Office.Server.Search.Analytics
Assembly : Microsoft.Office.Server.Search.Applications (dans Microsoft.Office.Server.Search.Applications.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property TenantId As Guid
Get
Set
'Utilisation
Dim instance As AnalyticsUsageEvent
Dim value As Guid
value = instance.TenantId
instance.TenantId = value
[DataMemberAttribute]
public Guid TenantId { get; set; }
Valeur de propriété
Type : System.Guid