Share via


SPQueryUsageEntry.SearchSvcFarmId property

NOTE: This API is now obsolete.

A unique search service farm identifier for the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] object.

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

Syntax

'Declaration
<ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")> _
Public Property SearchSvcFarmId As Nullable(Of Guid)
    Get
    Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Nullable(Of Guid)

value = instance.SearchSvcFarmId

instance.SearchSvcFarmId = value
[ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")]
public Nullable<Guid> SearchSvcFarmId { get; set; }

Property value

Type: System.Nullable<Guid>
A Nullable<T> representation of the identifier..

See also

Reference

SPQueryUsageEntry class

SPQueryUsageEntry members

Microsoft.SharePoint.Administration namespace