Broadcast.AttendeeUrl 属性

定义

如果正在进行广播,则返回 C#) 中的 字符串 (字符串,该 字符串 表示与会者链接的 URL。 此为只读属性。

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

属性值

注解

如果未进行广播, 则 AttendeeUrl 将返回一个空字符串。

适用于