AdditionalMetadataAttribute::Value Property

Gets the value of the of the additional metadata attribute.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

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

Property Value

Type: System::Object
The value of the of the additional metadata attribute.
Show: