Click or drag to resize

IGHAObjectRename Method

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

Renames the calling object to the specified new name

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
bool Rename(
	string newObjectName
)

Parameters

newObjectName
Type: SystemString
Name to use as the new name of the object

Return Value

Type: Boolean
True if successful, false if not
See Also