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
- 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.