MaxLengths.BaseUrlPath Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Maximum length for a base URL.

Used for some URLs like SharePoint Web Applications where the URL provided by the user is only a base URL and we must allow for room to add more to the end (Web service paths, site paths, etc).

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Shared ReadOnly Property BaseUrlPath As Integer
public static int BaseUrlPath { get; }
public:
static property int BaseUrlPath {
    int get ();
}
static member BaseUrlPath : int with get
static function get BaseUrlPath () : int

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

MaxLengths Class

Microsoft.TeamFoundation.Controls.WPF Namespace