PreviewTeamJoinMeetingRequestedEventArgs.MeetingUri 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.
Contains the meeting join Uri.
public:
property Uri ^ MeetingUri { Uri ^ get(); };
Uri MeetingUri();
public System.Uri MeetingUri { get; }
var uri = previewTeamJoinMeetingRequestedEventArgs.meetingUri;
Public ReadOnly Property MeetingUri As Uri
Property Value
The Uri of the meeting to join.