BaseUIHierarchy.ProjectUri Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
‘선언
Public ReadOnly Property ProjectUri As String
Get
public string ProjectUri { get; }
public:
property String^ ProjectUri {
String^ get ();
}
member ProjectUri : string
function get ProjectUri () : 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.