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に設定されたときに使われます。

適用対象