FindCriteriaElement.ContractTypeNames 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 a collection of configuration elements that contain the names of workflow service contract types.
public:
property System::ServiceModel::Discovery::Configuration::ContractTypeNameElementCollection ^ ContractTypeNames { System::ServiceModel::Discovery::Configuration::ContractTypeNameElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("types")]
public System.ServiceModel.Discovery.Configuration.ContractTypeNameElementCollection ContractTypeNames { get; }
[<System.Configuration.ConfigurationProperty("types")>]
member this.ContractTypeNames : System.ServiceModel.Discovery.Configuration.ContractTypeNameElementCollection
Public ReadOnly Property ContractTypeNames As ContractTypeNameElementCollection
Property Value
A collection of elements.
- 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.