StringDataLengths Enumeration

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
StringFieldLength The maximum length for a string field.
TextFieldLength The maximum length for a text field.
StoredQueryNameLength The maximum length for a stored query name field.
StoredQueryTextLength The maximum length for a stored query text field.
StoredQueryFormattingLength The maximum length for a stored query formatting field.
StoredQueryDescriptionLength The maximum length for a stored query description field.
HyperLinkCommentLength The maximum length for a hyperlink comment field.
HyperLinkLocationLength The maximum length for a hyperlink location field.
HyperLinkDisplayNameLength The maximum length for a hyperlink display name field.
RelatedLinkCommentLength The maximum length for a related link comment field.
ExternalLinkCommentLength The maximum length for an external link comment field.
ExternalLinkURILength The maximum length for an external URI field.
AttachmentCommentLength The maximum length for an attachment comment field.
AttachmentPathLength The maximum length for an attachment path field.

Remarks

Any user-settable value not enumerated here is assumed to have a theoretical infinite length limit.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace