Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the status code.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Verwendung
'Usage
Dim instance As OperationResponse
Dim value As HttpStatusCode
value = instance.StatusCode
instance.StatusCode = value
Syntax
'Declaration
Public Property StatusCode As HttpStatusCode
public HttpStatusCode StatusCode { get; set; }
public:
property HttpStatusCode StatusCode {
HttpStatusCode get ();
void set (HttpStatusCode value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public HttpStatusCode get_StatusCode ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_StatusCode (HttpStatusCode value)
CompilerGeneratedAttribute
public function get StatusCode () : HttpStatusCode
CompilerGeneratedAttribute
public function set StatusCode (value : HttpStatusCode)
Eigenschaftswert
The status code.
Threadsicherheit
Alle öffentlichen statischen (in Visual Basic freigegebenen) Elemente dieses Typs sind threadsicher. Bei Instanzelementen ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Vista, Windows 7 und Windows Server 2008
Zielplattformen
Siehe auch
Verweisdaten
OperationResponse-Klasse
OperationResponse-Element
Microsoft.WindowsAzure-Namespace