TeamProjectFolderOptions.CheckinNoteDefinition Property
Gets the check-in note definition for this project folder.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CheckinNoteDefinition As CheckinNoteFieldDefinition()
public CheckinNoteFieldDefinition[] CheckinNoteDefinition { get; }
public:
property array<CheckinNoteFieldDefinition^>^ CheckinNoteDefinition {
array<CheckinNoteFieldDefinition^>^ get ();
}
member CheckinNoteDefinition : CheckinNoteFieldDefinition[] with get
function get CheckinNoteDefinition () : CheckinNoteFieldDefinition[]
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.CheckinNoteFieldDefinition[]
The check-in note definition for this project folder.
.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.