Name
Sets or gets the name of the current block.
Property parameters
Name. String. Specifies the new name for the block instance.
Examples
var block=CRM.GetBlock("entry");
block.Name="My New Block";
CRM.AddContent(block.Name);
Response.Write(CRM.GetPage());
Sets the block and returns the block name.