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