IParameter::Name Property

 

Gets the name of this parameter.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

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

Property Value

Type: System::String^

The name.

This is displayed to identify the parameter.

Return to top
Show: