Broadcast.PresenterServiceUrl Property

Definition

If a broadcast is in progress, returns a String (string in C#) that represents the URL of the presenter service hosting the broadcast. Read-only.

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

Property Value

Remarks

If a broadcast is not in progress, PresenterServiceUrl returns an empty string.

Applies to