次の方法で共有


Broadcast.AttendeeUrl プロパティ

定義

ブロードキャストが進行中の場合は、出席者リンクの URL を表す 文字列 (C#の文字列 ) を返します。 読み取り専用です。

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

プロパティ値

注釈

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

適用対象