Share via


ContainerItem.ContentLocation Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Framework.Server Namespace