ContainerItem.ItemLocation Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Framework.Server Namespace