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 пустую ссылку.

Применяется к