Sets the session flags.

C# |
public SessionFlags SessionFlags { set; }

The session flags are used to inform the API of any extended behavior to associate with the session. When not specified the default flag will be SessionFlags.AliasSync. See the SessionFlags enum for explanation of the various flags and their usage.