ProjectPortal.FullyQualifiedUrl Property

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

Syntax

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

Property Value

Type: System.Uri

.NET Framework Security

See Also

Reference

ProjectPortal Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace