XPath Property

MSBuild

The query used to identify the values in the XML document


Namespace: MSBuild.Community.Tasks.Xml
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
<Required>
Public Property XPath As String
C#
[Required]
public string XPath { get; set; }
C++
[Required]
public property string XPath sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute Required() */
/** property */
public string get_XPath();

/** property */
public void set_XPath(string value);
JScript
public function get XPath() : String

public function set XPath(value : String);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.