ComplianceValidation.RedirectUrl Property
Namespace: Microsoft.VisualStudio.Services.Compliance
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property RedirectUrl As Uri
public Uri RedirectUrl { get; set; }
public:
property Uri^ RedirectUrl {
Uri^ get ();
void set (Uri^ value);
}
member RedirectUrl : Uri with get, set
function get RedirectUrl () : Uri
function set RedirectUrl (value : Uri)
Property Value
Type: System.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.