Describes the maximum lengths for string values that may be saved to the database.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Enumeration StringDataLengths
public enum StringDataLengths
public enum class StringDataLengths
type StringDataLengths
public enum StringDataLengths
Members
| Member name | Description | |
|---|---|---|
| AttachmentCommentLength | The maximum length for an attachment comment field. | |
| AttachmentPathLength | The maximum length for an attachment path field. | |
| ExternalLinkCommentLength | The maximum length for an external link comment field. | |
| ExternalLinkURILength | The maximum length for an external URI field. | |
| HyperLinkCommentLength | The maximum length for a hyperlink comment field. | |
| HyperLinkDisplayNameLength | The maximum length for a hyperlink display name field. | |
| HyperLinkLocationLength | The maximum length for a hyperlink location field. | |
| RelatedLinkCommentLength | The maximum length for a related link comment field. | |
| StoredQueryDescriptionLength | The maximum length for a stored query description field. | |
| StoredQueryFormattingLength | The maximum length for a stored query formatting field. | |
| StoredQueryNameLength | The maximum length for a stored query name field. | |
| StoredQueryTextLength | The maximum length for a stored query text field. | |
| StringFieldLength | The maximum length for a string field. | |
| TextFieldLength | The maximum length for a text field. |
Remarks
Any user-settable value not enumerated here is assumed to have a theoretical infinite length limit.