Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.