Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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..