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 참조로 설정하려고 시도한 경우

적용 대상