UpdateControlNamespace Property

MSBuild

The namespace used for XmlMassUpdate pre-defined attributes


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property UpdateControlNamespace As String
C#
public string UpdateControlNamespace { get; }
C++
public property string UpdateControlNamespace sealed  {
    String get();
}
J#
/** property */
public string get_UpdateControlNamespace();
JScript
public function get UpdateControlNamespace() : String

Remarks

Evaluates to: urn:msbuildcommunitytasks-xmlmassupdate

Attributes decorated with this namespace are used to control how a substitutions element or attribute is handled during the update. For example, the key attribute is used to identify the attribute on an element that uniquely identifies the element in a set.

See Also

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