QualificationDataItem::Value Property

 

Gets the value of the qualification data item.

Namespace:   System.AddIn.Hosting
Assembly:  System.AddIn (in System.AddIn.dll)

public:
property String^ Value {
	String^ get();
}

Property Value

Type: System::String^

The value of the item.

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show: