Share via


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

属性

適用対象