Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() ![]() |
AreaPath | Maximum length of 256 for AreaPath. |
![]() ![]() |
Comment | Maximum length of 256 for Comment. |
![]() ![]() |
Description | Maximum length of 4096 for Description. |
![]() ![]() |
ErrorMessage | Maximum length of 512 for ErrorMessage. |
![]() ![]() |
Iteration | Maximum length of 256 for Iteration. |
![]() ![]() |
Name | Maximum length of 256 for Name. |
![]() ![]() |
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.