ComContractsSection::ComContracts Property

 

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

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions::IsDefaultCollection)]
property ComContractElementCollection^ ComContracts {
	ComContractElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ComContractElementCollection^

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

.NET Framework
Available since 3.0
Return to top
Show: