Share via


KeyVaultClientException.RequestUri Property

 

Gets or sets the Uri that the request was made to.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

public Uri RequestUri { get; private set; }
public:
property Uri^ RequestUri {
    Uri^ get();
    private: void set(Uri^ value);
}
member RequestUri : Uri with get, private set
Public Property RequestUri As Uri
    Get
    Private Set
End Property

Property Value

Type: System.Uri

The Uri that the request was made to.

See Also

KeyVaultClientException Class
Microsoft.Azure.KeyVault Namespace

Return to top