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

屬性值

一個包含所有匯入指令以編譯工作流程的字串。

適用於