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