SPMeeting.MeetingCount Property
Gets the number of meeting instances that are associated with a Meeting Workspace.
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MeetingCount As Short
Get
'Usage
Dim instance As SPMeeting
Dim value As Short
value = instance.MeetingCount
public short MeetingCount { get; }
Property Value
Type: System.Int16
The number of meetings that are associated with the current SPMeeting object.
Remarks
Return values are interpreted as shown in the following table.
Value |
Description |
---|---|
-1 |
A recurring meeting. |
0 |
No meetings. |
>=1 |
One or more single-instance meetings. |