Share via


Resource.Name Property

 

Resource name

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

Syntax

[JsonPropertyAttribute(PropertyName = "name")]
public string Name { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "name")]
property String^ Name {
    String^ get();
    private: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "name")>]
member Name : string with get, private set
<JsonPropertyAttribute(PropertyName := "name")>
Public Property Name As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

Resource Class
Microsoft.Azure.Management.DataLake.Store.Models Namespace

Return to top