ProjectInfo.Uri Field
The URI of the project
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Uri As String
'Usage
Dim instance As ProjectInfo
Dim value As String
value = instance.Uri
instance.Uri = value
public string Uri
public:
String^ Uri
public var Uri : 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.