RenderingSessionCreationOptions.SessionId Field
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.
A new unique ID of a session. Can be left empty to assign a random GUID. If specified, the string must not be longer than 256 characters. Furthermore, only letters, digits and characters '-' and '_' are allowed.
public: System::String ^ SessionId;
public string SessionId;
val mutable SessionId : string
Public SessionId As String