IConnectTeamProjectItem.TeamProjectCollectionUri Property
Get the team project collection uri.
Namespace: Microsoft.VisualStudio.TeamFoundation.Extensibility
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
ReadOnly Property TeamProjectCollectionUri As String
string TeamProjectCollectionUri { get; }
property String^ TeamProjectCollectionUri {
String^ get ();
}
abstract TeamProjectCollectionUri : string with get
function get TeamProjectCollectionUri () : 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
IConnectTeamProjectItem Interface
Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace