ComContractsSection.ComContracts Property

Definition

Gets all the COM+ integration service contracts specified in the section.

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

Property Value

A ComContractElementCollection that contains all the COM+ integration service contracts specified in the section.

Attributes

Applies to