RootTag Property

MSBuild

Gets or sets the xml tag name of the root tag wrapped around the merged xml input files.


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

Syntax

Visual Basic (Declaration)
Public Property RootTag As String
C#
public string RootTag { get; set; }
C++
public property string RootTag sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_RootTag();

/** property */
public void set_RootTag(string value);
JScript
public function get RootTag() : String

public function set RootTag(value : String);

See Also

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