Broadcast.SessionID 属性

定义

如果正在进行广播,则返回 C # ) 中 指定会话 ID 的 String (字符串 。 此为只读属性。

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

属性值

注解

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

适用于