InstanceDescriptionConfigurationElement.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. |
Type name of the type converter used to create the represented object.. If not specified, the default type converter (if any) is used.
Namespace: Microsoft.Practices.Unity.Configuration
Assembly: Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("typeConverter")> _
Public Property TypeConverterName As String
[ConfigurationPropertyAttribute("typeConverter")]
public string TypeConverterName { get; set; }
[ConfigurationPropertyAttribute(L"typeConverter")]
public:
property String^ TypeConverterName {
String^ get ();
void set (String^ value);
}
public function get TypeConverterName () : String
public function set TypeConverterName (value : String)