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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.