HttpRequestWithUriException.RequestUri Property

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
Public Property RequestUri As Uri
public Uri RequestUri { get; private set; }
public:
property Uri^ RequestUri {
    Uri^ get ();
    private: void set (Uri^ value);
}
member RequestUri : Uri with get, private set
function get RequestUri () : Uri 
private function set RequestUri (value : Uri)

Property Value

Type: System.Uri

.NET Framework Security

See Also

Reference

HttpRequestWithUriException Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace