RenderingSessionCreationOptions.SessionId 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會話的新唯一標識碼。 可以保留空白以指派隨機 GUID。 如果指定,字串不得超過 256 個字元。 此外,只允許字母、數位和字元 『-』 和 『_』 。
public: System::String ^ SessionId;
public string SessionId;
val mutable SessionId : string
Public SessionId As String