Overview

A ConferenceVariant can store a single value (string, integer, Boolean, etc.), or permission (Grant or Deny), or reference on a ConferenceParticipant, or an array of property values.

Members

Name Type Required Description

type

conferenceVariantType

Get type of storted value (Variant)

value

anyType

Returns the raw value, which is determined by the variant type.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:conferenceVariant xsi:type="obh:conferenceVariant" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <type>your_conferenceVariantType_0</type>
        <value>your_anyType_0</value>
</obh:conferenceVariant>

Referenced By Representaions