Gets or sets the XPath.
Namespace: MSBuild.Community.Tasks
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); |
Property Value
The XPath.
See Also
Documentation version 1.0.0.0.