This is a read-only property.

For session-managed applications, the RequestId property returns a unique string identifying the request most recently run on any thread.

For session-free applications, the RequestId property returns a unique string identifying the request most recently run on the current thread. For example:

public String 
RequestId

The RequestId cannot be retrieved by another thread.

The RequestId property returns null if the Application Service is not connected.