AL.ToolName 属性
定义
返回要执行的工具的名称。Return the name of the tool to execute.
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
virtual property System::String ^ ToolName { System::String ^ get(); };
protected override string ToolName { get; }
member this.ToolName : string
Protected Overrides ReadOnly Property ToolName As String
属性值
工具的名称。The name of the tool.