CalendarItemType.EndSpecified Property

Definition

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

public:
 property bool EndSpecified { bool get(); void set(bool value); };
public bool EndSpecified { get; set; }
Public Property EndSpecified As Boolean

Property Value

The EndSpecified property returns true if the End property is serialized into the SOAP request; otherwise, the property returns false.

Applies to