Partilhar via


CalendarItemType.ConferenceTypeSpecified Property

The ConferenceTypeSpecified property gets or sets a Boolean value that specifies whether the ConferenceType property is serialized into the SOAP request. This property is required if the ConferenceType property is specified.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ConferenceTypeSpecified As Boolean
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean

value = instance.ConferenceTypeSpecified

instance.ConferenceTypeSpecified = value
public bool ConferenceTypeSpecified { get; set; }

Property Value

Type: System.Boolean
The ConferenceTypeSpecified property returns true if the ConferenceType property is serialized into the SOAPSOAP request; otherwise, the property returns false.