Gets or sets the name of the XML file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
<Required> Public Property XmlFileName As String |
C# |
---|
[Required] public string XmlFileName { get; set; } |
C++ |
---|
[Required] public property string XmlFileName sealed { String get(); void set(String value); } |
J# |
---|
/** @attribute Required() */ /** property */ public string get_XmlFileName(); /** property */ public void set_XmlFileName(string value); |
JScript |
---|
public function get XmlFileName() : String public function set XmlFileName(value : String); |
Property Value
The name of the XML file.
See Also
Documentation version 1.0.0.0.