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.
Version: Available or changed with runtime version 15.0.
Gets or sets the status code of the HTTP response.
Syntax
[StatusCode := ] TestHttpResponseMessage.HttpStatusCode([SetStatusCode: Integer])
Note
This method can be invoked using property access syntax.
Parameters
TestHttpResponseMessage
Type: TestHttpResponseMessage
An instance of the TestHttpResponseMessage data type.
[Optional] SetStatusCode
Type: Integer
The status code of the HTTP response.
Return Value
[Optional] StatusCode
Type: Integer
The status code of the HTTP response.
Related information
TestHttpResponseMessage data type
Getting started with AL
Developing extensions