This documentation is archived and is not being maintained.
CheckinNoteFieldDefinition Class
Visual Studio 2013
Represents a check-in note field definition.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The CheckinNoteFieldDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DisplayOrder | Gets or sets the display order of this field. |
![]() ![]() | DisplayOrderComparer | Gets the comparer object for field display-order. |
![]() | Name | Gets or sets the name of this field definition. |
![]() ![]() | NameComparer | Gets the comparer object for name fields. The name comparer is culture-sensitive and case-insensitive. |
![]() | Required | Gets or sets a flag that describes whether this field is required. |
![]() | ServerItem | Gets or sets the server item that is associated with this check-in note field definition. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that describes the properties of this CheckinNoteFieldDefinition object. (Overrides Object::ToString().) |
Show:
