ImportMetadataConstraintAttribute::Name Property

.NET Framework (current version)
 

Gets or sets the metadata key to match.

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

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

Property Value

Type: System::String^

The metadata key.

Return to top
Show: