BaseUIHierarchy.ServerUrl Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public ReadOnly Property ServerUrl As String
Get
public string ServerUrl { get; }
public:
property String^ ServerUrl {
String^ get ();
}
member ServerUrl : string
function get ServerUrl () : String
Property Value
Type: System.String
.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.