ServiceModelSectionGroup::ComContracts Property

 

Gets the configuration section that defines the namespace and contract name for a service contract used in COM+ interoperability.

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

public:
property ComContractsSection^ ComContracts {
	ComContractsSection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ComContractsSection^

The configuration section that defines the namespace and contract name for a service contract used in COM+ interoperability.

.NET Framework
Available since 3.0
Return to top
Show: