Level.Rename(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Deprecated. Use RequestRename method instead.
Deprecated. Use RequestRename method instead.
[System.Obsolete("Deprecated. Use RequestRename method instead.", false)]
public void Rename (string newName);
[<System.Obsolete("Deprecated. Use RequestRename method instead.", false)>]
member this.Rename : string -> unit
Public Sub Rename (newName As String)
Parameters
- newName
- String
New name of the object
- Attributes