Bahasa

WorkflowRuntimeSection.Services Properti

Definisi

Mendapatkan kumpulan layanan yang ditambahkan ke mesin run-time alur kerja saat diinisialisasi.

public:
 property System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection ^ Services { System::Workflow::Runtime::Configuration::WorkflowRuntimeServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("Services", DefaultValue=null)]
public System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("Services", DefaultValue=null)>]
member this.Services : System.Workflow.Runtime.Configuration.WorkflowRuntimeServiceElementCollection
Public ReadOnly Property Services As WorkflowRuntimeServiceElementCollection

Nilai Properti

Layanan yang akan ditambahkan ke mesin run-time alur kerja.

Atribut

Keterangan

Layanan yang ditentukan dalam diinisialisasi WorkflowRuntimeServiceElementCollection oleh mesin run-time alur kerja dan ditambahkan ke layanannya ketika konstruktor yang sesuai WorkflowRuntime dipanggil. Oleh karena itu layanan yang ditentukan dalam WorkflowRuntimeServiceElementCollection harus mengikuti aturan tertentu tentang tanda tangan konstruktor mereka. Untuk informasi selengkapnya, lihat WorkflowRuntimeServiceElement .

Berlaku untuk