SPQueryUsageEntry.SearchSvcAppId property
NOTE: This API is now obsolete.
A unique search service application identifier for the [Microsoft.SharePoint.Administration.SPQueryUsageEntry].
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 SearchSvcAppId As Nullable(Of Guid)
Get
Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Nullable(Of Guid)
value = instance.SearchSvcAppId
instance.SearchSvcAppId = value
[ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")]
public Nullable<Guid> SearchSvcAppId { get; set; }
Property value
Type: System.Nullable<Guid>
A Nullable<T> representation of the identifier.