CatalogItem.VirtualPath Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property VirtualPath As String
public string VirtualPath { get; set; }
public:
property String^ VirtualPath {
String^ get ();
void set (String^ value);
}
member VirtualPath : string with get, set
function get VirtualPath () : String
function set VirtualPath (value : 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.