OAuthApplication.WebSite Property

The URI of the registered application's Web site

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

Syntax

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

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

OAuthApplication Class

Microsoft.TeamFoundation.Framework.Server Namespace