OAuthApplication.RedirectUri Property

The callback URI which should be used when obtaining authorization grants

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

Syntax

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

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

OAuthApplication Class

Microsoft.TeamFoundation.Framework.Server Namespace