Broadcast.Capabilities Property

Definition

Returns a UInteger (uint in C#) that represents the capabilities of the specified broadcast. Read-only.

public:
 property int Capabilities { int get(); };
public int Capabilities { get; }
member this.Capabilities : int
Public ReadOnly Property Capabilities As Integer

Property Value

Remarks

The Capabilities property can return the following values:

MSOBroadcastCapFileSizeLimited 1File size limited
MSOBroadcastCapSupportsMeetingNotes 2Supports meeting notes
MSOBroadcastCapSupportsUpdateDoc 4Supports document update

The values returned correspond to either Microsoft Office 2013 or Microsoft Office 2010 broadcast presentation service capabilities.

Applies to