PropertyElement.Value Property

String that will be deserialized to provide the value.

Namespace:  Microsoft.Practices.Unity.Configuration
Assembly:  Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll)

Syntax

'Declaration
Public Property Value As ParameterValueElement
public ParameterValueElement Value { get; set; }
public:
property ParameterValueElement^ Value {
    ParameterValueElement^ get ();
    void set (ParameterValueElement^ value);
}
public function get Value () : ParameterValueElement
public function set Value (value : ParameterValueElement)

See Also

PropertyElement Class

Microsoft.Practices.Unity.Configuration Namespace