SPQueryUsageEntry.SearchSvcFarmId Property
A unique search service farm identifier for the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
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
public Nullable<Guid> SearchSvcFarmId { get; set; }
Property Value
Type: System.Nullable<Guid>
A Nullable<T> representation of the identifier..