ChartHttpHandlerSettings.HandlerType 属性
定义
获取自定义处理程序的处理程序类型。Gets the handler type of the custom handler.
public:
property Type ^ HandlerType { Type ^ get(); };
public Type HandlerType { get; }
member this.HandlerType : Type
Public ReadOnly Property HandlerType As Type
属性值
- Type
自定义处理程序的 Type。The Type of the custom handler.
适用于