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: