Gets or sets the list of semicolon-delimited name/value pairs of the
Copy Code
| |
|---|---|
RootAttributes="foo=bar;date=$(buildDate)" | |
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property RootAttributes As String |
| C# |
|---|
| public string RootAttributes { get; set; } |
| C++ |
|---|
| public property string RootAttributes sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_RootAttributes(); /** property */ public void set_RootAttributes(string value); |
| JScript |
|---|
| public function get RootAttributes() : String public function set RootAttributes(value : String); |
See Also
Documentation version 1.0.0.0.