XmlFileName Property

MSBuild

Gets or sets the name of an XML file to query


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

Syntax

Visual Basic (Declaration)
Public Property XmlFileName As String
C#
public string XmlFileName { get; set; }
C++
public property string XmlFileName sealed  {
    String get();
    void set(String value);
}
J#
/** 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 full path of the XML file.

See Also

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