次の方法で共有


ItemType.ReminderDueBySpecified プロパティ

定義

プロパティは ReminderDueBySpecified 、プロパティを SOAP 要求にシリアル化するかどうかを ReminderDueBy 指定するブール値を取得または設定します。 プロパティが指定されている場合は、 ReminderDueBy このプロパティが必要です。

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

プロパティ値

プロパティが ReminderDueBySpecified SOAP 要求にシリアル化されている場合ReminderDueBy、プロパティは true を返します。それ以外の場合、プロパティは false を返します

適用対象