Expression2::Name Property

 

Gets the name of the object.

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

property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

A string representing the object's name.

The following example demonstrates how to use the Name property.

No code example is currently available or this language may not be supported.
Return to top
Show: