次の方法で共有


ItemType.DateTimeCreatedSpecified プロパティ

定義

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

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

プロパティ値

プロパティはDateTimeCreatedSpecified、 が SOAP 要求にシリアル化された場合DateTimeCreatedtrue を返します。それ以外の場合、プロパティは false を返します

適用対象