RenderingSession.SessionUuid Property
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.
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.