ResultTableCollection.TriggeredRules property
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public ReadOnly Property TriggeredRules As IList(Of Guid)
Get
'Usage
Dim instance As ResultTableCollection
Dim value As IList(Of Guid)
value = instance.TriggeredRules
public IList<Guid> TriggeredRules { get; }
Property value
Type: System.Collections.Generic.IList<Guid>