AzureError.Values Property
Optional. Gets or sets a collection of key-value pairs containing additional details about the error.
Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public IList<AzureErrorDetail> Values { get; set; }
public:
property IList<AzureErrorDetail^>^ Values {
IList<AzureErrorDetail^>^ get();
void set(IList<AzureErrorDetail^>^ value);
}
member Values : IList<AzureErrorDetail> with get, set
Public Property Values As IList(Of AzureErrorDetail)
Property Value
Type: System.Collections.Generic.IList<AzureErrorDetail>
See Also
AzureError Class
Microsoft.Azure.Batch.Protocol.Models Namespace
Return to top