RegistryWebService.UpdateRegistryEntries Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpdateRegistryEntries ( _
registryEntries As RegistryEntry() _
)
[WebMethodAttribute]
public void UpdateRegistryEntries(
RegistryEntry[] registryEntries
)
[WebMethodAttribute]
public:
void UpdateRegistryEntries(
array<RegistryEntry^>^ registryEntries
)
[<WebMethodAttribute>]
member UpdateRegistryEntries :
registryEntries:RegistryEntry[] -> unit
public function UpdateRegistryEntries(
registryEntries : RegistryEntry[]
)
Parameters
- registryEntries
Type: array<Microsoft.TeamFoundation.Framework.Server.RegistryEntry[]
.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.