USqlType.TypeName Property

 

Gets or sets the name of type for this type.

Namespace:   Microsoft.Azure.Management.DataLake.Analytics.Models
Assembly:  Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)

Syntax

[JsonPropertyAttribute(PropertyName = "typeName")]
public string TypeName { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "typeName")]
property String^ TypeName {
    String^ get();
    void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "typeName")>]
member TypeName : string with get, set
<JsonPropertyAttribute(PropertyName := "typeName")>
Public Property TypeName As String

Property Value

Type: System.String

See Also

USqlType Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace

Return to top