共用方式為


WorkflowRuntimeServiceElement.Type 屬性

定義

取得或設定服務的組件限定型別名稱。

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", DefaultValue=null)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue=null)>]
member this.Type : string with get, set
Public Property Type As String

屬性值

服務的組件限定型別名稱。

屬性

例外狀況

嘗試將 Type 設定為 null 參考。

適用於