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 表达式源的字符串。

实现

注解

当此属性 OperationType 设置为 XPATH..

适用于