CompileWorkflowTask.Imports 属性

定义

获取或设置一个字符串,该字符串包含用于工作流编译的所有导入指令。

public:
 property System::String ^ Imports { System::String ^ get(); void set(System::String ^ value); };
public string Imports { get; set; }
member this.Imports : string with get, set
Public Property Imports As String

属性值

String

一个字符串,该字符串包含用于工作流编译的所有导入指令。

适用于