ExportMetadataAttribute::Value Property

.NET Framework (current version)
 

Gets the metadata value.

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

public:
property Object^ Value {
	Object^ get();
	private: void set(Object^ value);
}

Property Value

Type: System::Object^

An object that contains the metadata value.

 

Return to top
Show: