次の方法で共有


TaskType.DelegationStateSpecified プロパティ

定義

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

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

プロパティ値

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

適用対象