ChartHttpHandlerSettings.Directory 属性
定义
获取或设置自定义处理程序的目录,将在该目录中存储临时图像文件。Gets or sets the directory of the custom handler where the temporary image files will be stored.
public:
property System::String ^ Directory { System::String ^ get(); void set(System::String ^ value); };
public string Directory { get; set; }
member this.Directory : string with get, set
Public Property Directory As String
属性值
表示该目录的 string 值。A string value that represents the directory.