Share via


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 参照に設定しようとしました。

適用対象