Broadcast.End Method
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.
Ends the specified broadcast session.
public:
void End();
public void End ();
abstract member End : unit -> unit
Public Sub End ()
Remarks
Calling the End method terminates the broadcast session without displaying a confirmation prompt to the user. It also sets the value of the Microsoft.Office.Interop.Word.Broadcast.AttendeeUrlproperty to an empty string.
If the document is not being broadcast, the method returns runtime error 4702.