CodeType::Name Property

 

Sets or gets the name of the CodeType object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

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

Property Value

Type: System::String^

A string representing the name of the CodeType object.

Return to top
Show: