InstanceDescriptionConfigurationElement.Value Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
Optional value used when creating the represented object.
Namespace: Microsoft.Practices.Unity.Configuration
Assembly: Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("value")> _
Public Property Value As String
[ConfigurationPropertyAttribute("value")]
public string Value { get; set; }
[ConfigurationPropertyAttribute(L"value")]
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
public function get Value () : String
public function set Value (value : String)