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