Share via


RegistryWebService.RemoveRegistryEntries Method

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function RemoveRegistryEntries ( _
    registryPathPatterns As String() _
) As Integer
[WebMethodAttribute]
public int RemoveRegistryEntries(
    string[] registryPathPatterns
)
[WebMethodAttribute]
public:
int RemoveRegistryEntries(
    array<String^>^ registryPathPatterns
)
[<WebMethodAttribute>]
member RemoveRegistryEntries : 
        registryPathPatterns:string[] -> int
public function RemoveRegistryEntries(
    registryPathPatterns : String[]
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

RegistryWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace