Broadcast.Capabilities 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.
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 | 1 | File size limited | |
MSOBroadcastCapSupportsMeetingNotes | 2 | Supports meeting notes | |
MSOBroadcastCapSupportsUpdateDoc | 4 | Supports document update |
The values returned correspond to either Microsoft Office 2013 or Microsoft Office 2010 broadcast presentation service capabilities.