DataTableResponseObject.TableName Property

Definition

Gets or sets name of the table

[Newtonsoft.Json.JsonProperty(PropertyName="tableName")]
public string TableName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tableName")>]
member this.TableName : string with get, set
Public Property TableName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to