ContentRoot Property

MSBuild

The XPath expression identifying root node that substitions are relative to


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

Syntax

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

/** property */
public void set_ContentRoot(string value);
JScript
public function get ContentRoot() : String

public function set ContentRoot(value : String);

Remarks

When not specified, the default is the document root: /

See Also

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