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
- 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.