共用方式為


ServiceModelSectionGroup.ComContracts 屬性

定義

取得組態區段,這個組態區段會定義在 COM+ 互通性 (Interoperability) 中所使用服務合約的命名空間 (Namespace) 和合約名稱。

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

屬性值

組態區段,這個組態區段會定義在 COM+ 互通性 (Interoperability) 中所使用服務合約的命名空間 (Namespace) 和合約名稱。

適用於