Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the configured team project collection URL.
Namespace: Microsoft.TeamFoundation.Build.Hosting
Assembly: Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ServerUrl As Uri
[DataMemberAttribute]
public Uri ServerUrl { get; set; }
[DataMemberAttribute]
public:
property Uri^ ServerUrl {
Uri^ get ();
void set (Uri^ value);
}
[<DataMemberAttribute>]
member ServerUrl : Uri with get, set
function get ServerUrl () : Uri
function set ServerUrl (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.