ImportMetadataConstraintAttribute::Value Property

.NET Framework (current version)
 

Gets or sets the metadata value to match.

Namespace:   System.Composition
Assembly:  System.Composition.AttributedModel (in System.Composition.AttributedModel.dll)

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

Property Value

Type: System::Object^

The metadata value.

Return to top
Show: