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.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.