Share via


Error.HttpCode Property

 

Optional. The Http Code returned.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

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

Property Value

Type: System.String

See Also

Error Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top