ChartHttpHandlerSettings.CustomHandlerName 属性
定义
获取或设置自定义处理程序的名称。Gets or sets the name of the custom handler.
public:
property System::String ^ CustomHandlerName { System::String ^ get(); void set(System::String ^ value); };
public string CustomHandlerName { get; set; }
member this.CustomHandlerName : string with get, set
Public Property CustomHandlerName As String
属性值
一个 string 值,该值表示自定义处理程序的名称。A string value that represents the name of the custom handler.