IDiagnosticData.TableRow Property

Definition

Raw row values

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Raw row values", 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>> TableRow { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Raw row values", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rows", Update=true)>]
member this.TableRow : System.Collections.Generic.List<System.Collections.Generic.List<string>> with get, set
Public Property TableRow As List(Of List(Of String))

Property Value

Attributes

Applies to