MaxLengths.BaseUrlPath Property
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
- 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.