VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebResponseParamsBase Class / requestId Property
Syntax Requirements SeeAlso
In This Topic
    requestId Property (WebResponseParamsBase)
    In This Topic
    Gets or sets the identifier of request.
    Syntax
    'Declaration
    
    Public Property requestId As String
    
    
    public string requestId { get; set; }
    
    
    public: __property string* get_requestId();
    public: __property void set_requestId(
    string* value
    );
    public:
    property string^ requestId { string^ get(); void set(string^ value); }

    Property Value

    NOT empty value - for "composite" web requests; empty value - for simple web requests.
    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also