次の方法で共有


SuggestionsViewOptionsType.MeetingDurationInMinutesSpecified プロパティ

定義

プロパティは MeetingDurationInMinutesSpecified 、プロパティが SOAP メッセージにシリアル化されたかどうかを MeetingDurationInMinutes 指定するブール値を取得または設定します。 プロパティが指定されている場合は、このプロパティを MeetingDurationInMinutes 指定する必要があります。

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

プロパティ値

プロパティが MeetingDurationInMinutesSpecified SOAP メッセージにシリアル化されている場合MeetingDurationInMinutes、プロパティは true を返します。それ以外の場合、プロパティは false を返します

適用対象