QualificationDataItem::Name Property

 

Gets the name of the qualification data item.

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

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

Property Value

Type: System::String^

The name of the qualification data 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 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.

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

.NET Framework
Available since 3.5
Return to top
Show: