Click or drag to resize

IGHARemoteObjectRename Method

[This is preliminary documentation and is subject to change.]

Rename the object

Namespace:  RemoteLib
Assembly:  RemoteLib (in RemoteLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool Rename(
	string newName
)

Parameters

newName
Type: SystemString
New name of the object

Return Value

Type: Boolean
True if successful
See Also