QualificationDataItem::Value Property
.NET Framework (current version)
Gets the value 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 Value property gets the value. Use the Name property to get the name.
The following example lists the qualification data for the pipeline segments associated with each AddInToken in a collection of tokens. The Value property is used to display the value of the item.
.NET Framework
Available since 3.5
Available since 3.5
Show: