CustomHandlerNode.Type 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. |
Gets the fully qualified assembly name of the IExceptionHandler.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design.dll)
Syntax
'Declaration
<BaseTypeAttribute(GetType(IExceptionHandler), GetType(CustomHandlerData))> _
<EditorAttribute(GetType(TypeSelectorEditor), GetType(UITypeEditor))> _
<RequiredAttribute> _
PublicPropertyTypeAs String
[BaseTypeAttribute(typeof(IExceptionHandler), typeof(CustomHandlerData))]
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[RequiredAttribute]
public string Type { get; set; }
[BaseTypeAttribute(typeof(IExceptionHandler), typeof(CustomHandlerData))]
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[RequiredAttribute]
public:
property String^ Type {
String^ get ();
voidset (String^ value);
}
publicfunction getType () : String
publicfunction setType (value : String)
Field Value
The fully qualified assembly name of the IExceptionHandler.
See Also
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design Namespace
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. |