Share via


ReportingFolder.ItemPath Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ItemPath As String
public string ItemPath { get; set; }
public:
property String^ ItemPath {
    String^ get ();
    void set (String^ value);
}
member ItemPath : string with get, set
function get ItemPath () : String 
function set ItemPath (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ReportingFolder Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace