ExportMetadataAttribute::Value Property

 

Gets the metadata value.

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

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

Property Value

Type: System::Object^

An object that contains the metadata value.

.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Return to top
Show: