Share via


RenderingSession.SessionUuid Property

Definition

String UUID of this session.

public:
 property System::String ^ SessionUuid { System::String ^ get(); };
public string SessionUuid { get; }
member this.SessionUuid : string
Public ReadOnly Property SessionUuid As String

Property Value

Remarks

This can be used to connect to the session later or perform independent REST calls, for example with PowerShell.

Applies to