ServicesSection.Services Свойство

Определение

Возвращает все заданные в разделе службы.

public:
 property System::ServiceModel::Configuration::ServiceElementCollection ^ Services { System::ServiceModel::Configuration::ServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.ServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Services : System.ServiceModel.Configuration.ServiceElementCollection
Public ReadOnly Property Services As ServiceElementCollection

Значение свойства

ServiceElementCollection

Объект ServiceElementCollection, содержащий все настроенные в данном разделе службы.

Атрибуты

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