VCXMLDataGeneratorTool.Namespace Property

Sets or gets the namespace for the XML data generator tool.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property Namespace As String
string Namespace { get; set; }
property String^ Namespace {
    String^ get ();
    void set (String^ value);
}
abstract Namespace : string with get, set
function get Namespace () : String 
function set Namespace (value : String)

Property Value

Type: System.String
String containing the XML data generator tool namespace.

.NET Framework Security

See Also

Reference

VCXMLDataGeneratorTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace