Share via


ServiceIdentity.RedirectAddress Property

There are no comments for Property RedirectAddress in the schema.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ServiceIdentity Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace