This documentation is archived and is not being maintained.
CheckinNoteFieldDefinition Constructor
Visual Studio 2013
Initializes a new CheckinNoteFieldDefinition instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: CheckinNoteFieldDefinition( String^ name, bool required, int displayOrder )
Parameters
- name
- Type: System::String
The name of the field.
- required
- Type: System::Boolean
True if the field cannot be null or empty; otherwise, false.
- displayOrder
- Type: System::Int32
The display order of the field.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: