CodeNamespace::Name Property

 

Gets or sets the name of the namespace.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the namespace.

.NET Framework
Available since 1.1
Return to top
Show: