次の方法で共有


ItemType.IsResendSpecified プロパティ

定義

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

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

プロパティ値

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

適用対象