Share via


ItemProperties.Path Property

The path that has the properties

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ItemProperties Class

Microsoft.TeamFoundation.VersionControl.Client Namespace