Compartir a través de


Broadcast.Start Method

Returns a list of supported functionality and the maximum allowed file size.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub Start ( _
    serverUrl As String _
)
'Usage
Dim instance As Broadcast
Dim serverUrl As String

instance.Start(serverUrl)
void Start(
    string serverUrl
)

Parameters

  • serverUrl
    Type: System.String
    The URL of the hosting Web service.

See Also

Reference

Broadcast Interface

Broadcast Members

Microsoft.Office.Interop.PowerPoint Namespace