Broadcast.PresenterServiceUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.