BatchManagementError.Target Property
Optional. Gets or sets the target of the error.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public string Target { get; set; }
public:
property String^ Target {
String^ get();
void set(String^ value);
}
member Target : string with get, set
Public Property Target As String
Property Value
Type: System.String
See Also
BatchManagementError Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top