ComContractsSection.ComContracts Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ComContractElementCollectionPublic ReadOnly Property ComContracts As ComContractElementCollectionProperty Value
A ComContractElementCollection that contains all the COM+ integration service contracts specified in the section.
- Attributes