UCC_CONFERENCE_ENTITY_PROPERTY Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates the IDs of the properties of a conference entity that includes an MCU and the focus.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_CONFERENCE_ENTITY_PROPERTY
public enum UCC_CONFERENCE_ENTITY_PROPERTY
public enum class UCC_CONFERENCE_ENTITY_PROPERTY
public enum UCC_CONFERENCE_ENTITY_PROPERTY
public enum UCC_CONFERENCE_ENTITY_PROPERTY

Members

Member name Description
UCCCEP_CAPABILITY The ID of a property of the IUccReadOnlyPropertyCollection type containing the capabilities as name/value pairs of an MCU. The property is name-based.
UCCCEP_STATE The ID of a property of the IUccReadOnlyPropertyCollection type containing the state properties of an MCU. Each element of the collection is itself a collection of properties of an entity state. The property is ID-based. The IDs of the conference entity state properties is defined by the UCC_CONFERENCE_ENTITY_STATE_PROPERTY enumeration.

Remarks

An application can obtain the collection of conference entity properties by calling the IUccConferenceEntityView::Properties property. The application can determine the data type and accessibility as well as the applicable class of the properties defined by this enumeration using the UCC_PROPERTY_TYPE and UCC_PROPERTY_ACCESSIBILITY as well UCC_PROPERTY_CLASS enumerations.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_ENTITY_PROPERTY
{
   UCCCEP_CAPABILITY = 1 | UCCPCL_CONFERENCE_ENTITY | UCCPAC_READ_ONLY | UCCPT_COLLECTION,
   UCCCEP_STATE = 2 | UCCPCL_CONFERENCE_ENTITY | UCCPAC_READ_ONLY | UCCPT_COLLECTION
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace