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 设置为空引用。

适用于