AuthorizationResponse.RedirectLocation Property
Namespace: Microsoft.VisualStudio.Services.OAuth
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "redirect_location")> _
Public Property RedirectLocation As String
[DataMemberAttribute(Name = "redirect_location")]
public string RedirectLocation { get; set; }
[DataMemberAttribute(Name = L"redirect_location")]
public:
property String^ RedirectLocation {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "redirect_location")>]
member RedirectLocation : string with get, set
function get RedirectLocation () : String
function set RedirectLocation (value : String)
Property Value
Type: System.String
.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.