InstanceValueElement.TypeConverterName 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. |
The type converter to use to convert the Value into the instance. If not specified, we use the default converter for the type.
Namespace: Microsoft.Practices.Unity.Configuration
Assembly: Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("typeConverter", IsRequired := False, DefaultValue := Nothing)> _
Public Property TypeConverterName As String
[ConfigurationPropertyAttribute("typeConverter", IsRequired = false, DefaultValue = null)]
public string TypeConverterName { get; set; }
[ConfigurationPropertyAttribute(L"typeConverter", IsRequired = false, DefaultValue = nullptr)]
public:
property String^ TypeConverterName {
String^ get ();
void set (String^ value);
}
public function get TypeConverterName () : String
public function set TypeConverterName (value : String)