RedirectionException.PermanentRedirect Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property PermanentRedirect As Boolean
public bool PermanentRedirect { get; private set; }
public:
property bool PermanentRedirect {
    bool get ();
    private: void set (bool value);
}
member PermanentRedirect : bool with get, private set
function get PermanentRedirect () : boolean 
private function set PermanentRedirect (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

RedirectionException Class

Microsoft.TeamFoundation.Framework.Server Namespace