ComContractsSection.ComContracts プロパティ

定義

セクションで指定されたすべての COM+ 統合サービス コントラクトを取得します。

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

プロパティ値

セクションで指定されたすべての COM+ 統合サービス コントラクトを含む ComContractElementCollection

属性

適用対象