PartMetadataAttribute::Name Property

 

Gets the name of the metadata value.

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

public:
property String^ Name {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

A string that contains the name of 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: