FindCriteriaElement.ContractTypeNames Property

Definition

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