MaxLengths.Url Property
Maximum URL length.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Url As Integer
public static int Url { get; }
public:
static property int Url {
int get ();
}
static member Url : int with get
static function get Url () : int
Property Value
Type: System.Int32
Returns Int32.
Remarks
From https://support.microsoft.com/default.aspx/kb/q208427/.
.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.