RegistryWebService.RemoveUserEntries Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function RemoveUserEntries ( _
registryPathPatterns As String() _
) As Integer
[WebMethodAttribute]
public int RemoveUserEntries(
string[] registryPathPatterns
)
[WebMethodAttribute]
public:
int RemoveUserEntries(
array<String^>^ registryPathPatterns
)
[<WebMethodAttribute>]
member RemoveUserEntries :
registryPathPatterns:string[] -> int
public function RemoveUserEntries(
registryPathPatterns : String[]
) : int
Parameters
- registryPathPatterns
Type: array<System.String[]
Return Value
Type: System.Int32
.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.