Renames the SecurityPrincipal with the supplied name.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
void Rename(
	string newName
)
Visual Basic (Usage)
Dim instance As SecurityPrincipal
Dim newName As String

instance.Rename(newName)

Parameters

newName
Type: System..::.String

See Also