Share via


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
'Usage
Dim instance As VCXMLDataGeneratorTool 
Dim value As String 

value = instance.Namespace

instance.Namespace = value
string Namespace { get; set; }
property String^ Namespace {
    String^ get ();
    void set (String^ value);
}
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

VCXMLDataGeneratorTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace