Repository.QueryCheckinNoteFieldNames Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryCheckinNoteFieldNames As List(Of String)
[WebMethodAttribute]
public List<string> QueryCheckinNoteFieldNames()
[WebMethodAttribute]
public:
List<String^>^ QueryCheckinNoteFieldNames()
[<WebMethodAttribute>]
member QueryCheckinNoteFieldNames : unit -> List<string> 
public function QueryCheckinNoteFieldNames() : List<String>

Return Value

Type: System.Collections.Generic.List<String>

.NET Framework Security

See Also

Reference

Repository Class

Microsoft.TeamFoundation.VersionControl.Server Namespace