Sets the name of the session.

C# |
public string SessionName { set; }

The session name attribute tells Symphony what name to give your session, so that the session can be easily identified. Maximum 256 characters. Default session name is "".
C# |
public string SessionName { set; }