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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
HttpRequestWithUriException Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace