ForEachNodeListEnumerator.OuterXPathString Property

Definition

Get or sets a value that represents either the XPath string, the name of the file containing the XPath string, or the name of the variable containing the XPath string, depending on the value of OuterXPathStringSourceType.

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

Property Value

A value that represents either the XPath string, the name of the file that contains the XPath string, or the name of the variable that contains the XPath string, depending on the value of OuterXPathStringSourceType.

Implements

Applies to