Initializes a new CheckinNoteFieldDefinition instance.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String, _
    required As Boolean, _
    displayOrder As Integer _
)
public CheckinNoteFieldDefinition(
    string name,
    bool required,
    int displayOrder
)
public:
CheckinNoteFieldDefinition(
    String^ name, 
    bool required, 
    int displayOrder
)
new : 
        name:string * 
        required:bool * 
        displayOrder:int -> CheckinNoteFieldDefinition
public function CheckinNoteFieldDefinition(
    name : String, 
    required : boolean, 
    displayOrder : int
)
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. 
.NET Framework Security
- 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.