RegistryWebService.RemoveUserEntries Method

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

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

RegistryWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace