RepositoryConstants.MaxComputerNameSize Field
Maximum length for a computer name.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Const MaxComputerNameSize As Integer
'Usage
Dim value As Integer
value = RepositoryConstants.MaxComputerNameSize
public const int MaxComputerNameSize
public:
literal int MaxComputerNameSize
public const var MaxComputerNameSize : int
Remarks
The NetBIOS specification limits computer names to 15 characters. However, non-Windows clients may have longer computer names.
.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.