OAuthApplication.OrganizationUri Property

The URI of the organization's Web site (if any)

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

Syntax

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

Property Value

Type: System.Uri
Returns Uri.

.NET Framework Security

See Also

Reference

OAuthApplication Class

Microsoft.TeamFoundation.Framework.Server Namespace