Resource.Name Property

Gets or sets the name of the resource.

Namespace:  Microsoft.Azure.Documents
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

Syntax

'Declaration
<JsonPropertyAttribute(PropertyName := "name")> _
Public Overridable Property Name As String 
    Get 
    Set
'Usage
Dim instance As Resource 
Dim value As String 

value = instance.Name

instance.Name = value
[JsonPropertyAttribute(PropertyName = "name")]
public virtual string Name { get; set; }
[JsonPropertyAttribute(PropertyName = L"name")]
public:
virtual property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<JsonPropertyAttribute(PropertyName = "name")>]
abstract Name : string with get, set
[<JsonPropertyAttribute(PropertyName = "name")>]
override Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String
The name of the resource.

See Also

Reference

Resource Class

Microsoft.Azure.Documents Namespace