次の方法で共有


Broadcast.SessionID プロパティ

定義

ブロードキャストが進行中の場合は、セッションの ID を指定する String (C#の文字列 ) を返します。 読み取り専用です。

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

プロパティ値

注釈

ブロードキャストが進行中でない場合、 SessionID は空の文字列を返します。

適用対象