ServiceModelSectionGroup.ComContracts 属性

定义

获取一个配置节,该配置节定义 COM+ 互操作性中所用服务协定的命名空间与协定名称。

public:
 property System::ServiceModel::Configuration::ComContractsSection ^ ComContracts { System::ServiceModel::Configuration::ComContractsSection ^ get(); };
public System.ServiceModel.Configuration.ComContractsSection ComContracts { get; }
member this.ComContracts : System.ServiceModel.Configuration.ComContractsSection
Public ReadOnly Property ComContracts As ComContractsSection

属性值

ComContractsSection

一个配置节,该配置节定义 COM+ 互操作性中所用服务协定的命名空间与协定名称。

适用于