IConnectTeamFoundationServerItem.Uri Property
Get the Team Foundation server URI.
Namespace: Microsoft.VisualStudio.TeamFoundation.Extensibility
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
ReadOnly Property Uri As String
string Uri { get; }
property String^ Uri {
String^ get ();
}
abstract Uri : string with get
function get Uri () : 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.
See Also
Reference
IConnectTeamFoundationServerItem Interface
Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace