ServerSettings.MaxServerPathLength Property

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

Syntax

'Declaration
Public Property MaxServerPathLength As PathLength
public PathLength MaxServerPathLength { get; set; }
public:
property PathLength MaxServerPathLength {
    PathLength get ();
    void set (PathLength value);
}
member MaxServerPathLength : PathLength with get, set
function get MaxServerPathLength () : PathLength 
function set MaxServerPathLength (value : PathLength)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common.PathLength

.NET Framework Security

See Also

Reference

ServerSettings Class

Microsoft.TeamFoundation.VersionControl.Client Namespace