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)

property String^ Namespace {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String containing the XML data generator tool namespace.

Return to top
Show: