Share via


XMLTask.PutResultInOneNode プロパティ

定義

操作で結果を 1 つのノードに配置するかどうかを示すブール型 (Boolean) の値を取得または設定します。

public:
 property bool PutResultInOneNode { bool get(); void set(bool value); };
public bool PutResultInOneNode { get; set; }
member this.PutResultInOneNode : bool with get, set
Public Property PutResultInOneNode As Boolean

プロパティ値

操作が結果を 1 つのノードに配置する場合は true。

実装

注釈

このプロパティの既定値は、false です。 このプロパティは、OperationTypeXPATH に設定されている場合に使用されます。

適用対象