Error.HttpCode Propriedade
Opcional. Retornou o código Http.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public string HttpCode { get; set; }
public:
property String^ HttpCode {
String^ get();
void set(String^ value);
}
member HttpCode : string with get, set
Public Property HttpCode As String
Valor de propriedade
Type: System.String
Consulte também
Classe Error
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo