次の方法で共有


ItemType.IsSubmittedSpecified プロパティ

定義

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

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

プロパティ値

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

適用対象