requestId Property (WebResponseParamsBase)
Gets or sets the identifier of request.
'Declaration
Public Property requestId As String
public string requestId { get; set; }
public: __property string* get_requestId();
public: __property void set_requestId(
string*
);
Property Value
NOT empty value - for "composite" web requests; empty value - for simple web requests.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5