RegistryWebService.RemoveRegistryEntries Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
Returns Int32.

.NET Framework Security

See Also

Reference

RegistryWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace