Share via


BaseUIHierarchy.ServerUrl Property

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ServerUrl As String
'Usage
Dim instance As BaseUIHierarchy 
Dim value As String 

value = instance.ServerUrl
public string ServerUrl { get; }
public:
property String^ ServerUrl {
    String^ get ();
}
public function get ServerUrl () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BaseUIHierarchy Class

BaseUIHierarchy Members

Microsoft.TeamFoundation.Common Namespace