AzureErrorDetail.Key Property

 

Optional. Gets or sets an identifier specifying the meaning of the Value property.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public string Key { get; set; }
public:
property String^ Key {
    String^ get();
    void set(String^ value);
}
member Key : string with get, set
Public Property Key As String

Property Value

Type: System.String

See Also

AzureErrorDetail Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top