RegistryWebService.QueryAuditLog Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryAuditLog ( _
changeIndex As Integer, _
returnOlder As Boolean _
) As List(Of RegistryAuditEntry)
[WebMethodAttribute]
public List<RegistryAuditEntry> QueryAuditLog(
int changeIndex,
bool returnOlder
)
[WebMethodAttribute]
public:
List<RegistryAuditEntry^>^ QueryAuditLog(
int changeIndex,
bool returnOlder
)
[<WebMethodAttribute>]
member QueryAuditLog :
changeIndex:int *
returnOlder:bool -> List<RegistryAuditEntry>
public function QueryAuditLog(
changeIndex : int,
returnOlder : boolean
) : List<RegistryAuditEntry>
Parameters
- changeIndex
Type: System.Int32
- returnOlder
Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<RegistryAuditEntry>
.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.