IEntityInsightItem.TableQueryResultRow Property

Definition

Rows data of the table

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Rows data of the table", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rows", Update=true)]
public System.Collections.Generic.List<System.Collections.Generic.List<string>> TableQueryResultRow { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="Rows data of the table", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rows", Update=true)>]
member this.TableQueryResultRow : System.Collections.Generic.List<System.Collections.Generic.List<string>> with get, set
Public Property TableQueryResultRow As List(Of List(Of String))

Property Value

Attributes

Applies to