XMLTask.XPathStringSource プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 式のソースを含む文字列。
実装
注釈
このプロパティは、OperationType が XPATH に設定されている場合に使用されます。