IDataTableResponseColumn.DataType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Data type which looks like 'String' or 'Int32'.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Data type which looks like 'String' or 'Int32'.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dataType")]
public string DataType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Data type which looks like 'String' or 'Int32'.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dataType")>]
member this.DataType : string with get, set
Public Property DataType As String
Property Value
- Attributes