XMLTask.XPathStringSource プロパティ

定義

XPath 式のソースを返します。値の設定も可能です。

public:
 property System::String ^ XPathStringSource { System::String ^ get(); void set(System::String ^ value); };
public string XPathStringSource { get; set; }
member this.XPathStringSource : string with get, set
Public Property XPathStringSource As String

プロパティ値

XPath 式のソースを含む文字列。

実装

注釈

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

適用対象