Gets or sets the prefix to associate with the namespace being added.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Prefix As String |
C# |
---|
public string Prefix { get; set; } |
C++ |
---|
public property string Prefix sealed { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_Prefix(); /** property */ public void set_Prefix(string value); |
JScript |
---|
public function get Prefix() : String public function set Prefix(value : String); |
Property Value
The namespace prefix.
See Also
Documentation version 1.0.0.0.