RegistryProvider.MoveProperty(String, String, String, String) Method

Definition

Moves a property on an item specified by sourcePath.

public:
 virtual void MoveProperty(System::String ^ sourcePath, System::String ^ sourceProperty, System::String ^ destinationPath, System::String ^ destinationProperty);
public:
 void MoveProperty(Platform::String ^ sourcePath, Platform::String ^ sourceProperty, Platform::String ^ destinationPath, Platform::String ^ destinationProperty);
void MoveProperty(std::wstring const & sourcePath, std::wstring const & sourceProperty, std::wstring const & destinationPath, std::wstring const & destinationProperty);
public void MoveProperty (string sourcePath, string sourceProperty, string destinationPath, string destinationProperty);
override this.MoveProperty : string * string * string * string -> unit
Public Sub MoveProperty (sourcePath As String, sourceProperty As String, destinationPath As String, destinationProperty As String)

Parameters

sourcePath
String

The path to the item on which to move the property.

sourceProperty
String

The name of the property to move.

destinationPath
String

The path to the item on which to move the property to.

destinationProperty
String

The destination property to move to.

Implements

Applies to