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

属性

適用対象