共用方式為


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

屬性

適用於