Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

QualificationDataAttribute Constructor (String^, String^)

 

Initializes a new instance of the QualificationDataAttribute class.

Namespace:   System.AddIn.Pipeline
Assembly:  System.AddIn.Contract (in System.AddIn.Contract.dll)

public:
QualificationDataAttribute(
	String^ name,
	String^ value
)

Parameters

name
Type: System::String^

Any identifier that serves as a key in a key/value pair.

value
Type: System::String^

Any value.

The name and value can be any text.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft