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 식의 원본을 포함하는 문자열입니다.

구현

설명

이 속성은 로 설정된 XPATH경우 OperationType 사용됩니다.

적용 대상