QualificationDataItem::Name Property
.NET Framework (current version)
Gets the name of the qualification data item.
Assembly: System.AddIn (in System.AddIn.dll)
Each item of qualification data consists of a name/value pair that was applied to a pipeline segment by using the QualificationDataAttribute attribute, to provide information to consumers of the add-in. The Name property gets the name. Use the Value property to get the value.
The following example lists the qualification data for the pipeline segments associated with each AddInToken in a collection of tokens. The Name property is used to display the name of each item.
.NET Framework
Available since 3.5
Available since 3.5
Show: