MaxLength Class

Specifies the maximum length of the string properties.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.TestManagement.Common.MaxLength

Namespace:  Microsoft.TeamFoundation.TestManagement.Common
Assembly:  Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)

Syntax

'Declaration
Public NotInheritable Class MaxLength
public static class MaxLength
public ref class MaxLength abstract sealed
[<AbstractClass>]
[<Sealed>]
type MaxLength =  class end
public final class MaxLength

The MaxLength type exposes the following members.

Fields

  Name Description
Public fieldStatic member AreaPath Maximum length of 256 for AreaPath.
Public fieldStatic member Comment Maximum length of 256 for Comment.
Public fieldStatic member Description Maximum length of 4096 for Description.
Public fieldStatic member ErrorMessage Maximum length of 512 for ErrorMessage.
Public fieldStatic member Iteration Maximum length of 256 for Iteration.
Public fieldStatic member Name Maximum length of 256 for Name.
Public fieldStatic member TestVariableValue Maximum length of 256 for TestVariableValue.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Common Namespace