USqlView.ViewName Property
Gets or sets the name of the view.
Namespace: Microsoft.Azure.Management.DataLake.Analytics.Models
Assembly: Microsoft.Azure.Management.DataLake.Analytics (in Microsoft.Azure.Management.DataLake.Analytics.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "viewName")]
public string ViewName { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "viewName")]
property String^ ViewName {
String^ get();
void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "viewName")>]
member ViewName : string with get, set
<JsonPropertyAttribute(PropertyName := "viewName")>
Public Property ViewName As String
Property Value
Type: System.String
See Also
USqlView Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace
Return to top