Broadcast.AttendeeUrl 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 attendee link. Read-only.
public:
property System::String ^ AttendeeUrl { System::String ^ get(); };
public string AttendeeUrl { get; }
member this.AttendeeUrl : string
Public ReadOnly Property AttendeeUrl As String
Property Value
Remarks
If a broadcast is not in progress, AttendeeUrl returns an empty string.