RedirectionException.Location Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Location As Uri
public Uri Location { get; private set; }
public:
property Uri^ Location {
Uri^ get ();
private: void set (Uri^ value);
}
member Location : Uri with get, private set
function get Location () : Uri
private function set Location (value : Uri)
Property Value
Type: System.Uri
Returns 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.